IDocumentSplitterSplit Method (Stream, Stream, Stream, Int32)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Splits specified PDF or TIFF document to two documents at specified page.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
void Split( Stream sourceStream, Stream destinationStream1, Stream destinationStream2, int splitAtPageNumber )
Parameters
- sourceStream
- Type: System.IOStream
The stream containing the input document. - destinationStream1
- Type: System.IOStream
Stream for the first output document. - destinationStream2
- Type: System.IOStream
Stream for the second output document. - splitAtPageNumber
- Type: SystemInt32
1-based page number to split at. It will be the first page of the second split part.
See Also