Link Search Menu Expand Document

IDocumentSplitterSplit Method (Stream, Stream, Stream, Int32)

Splits specified PDF or TIFF document to two documents at specified page.

Namespace:Bytescout.PDFExtractor
Assembly: 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

Reference