IReaderSplitDocument Method (String, String, String, Int32)ByteScout Barcode Reader SDK
Splits specified PDF or TIFF document to two documents at specified page.

Namespace:  Bytescout.BarCodeReader
Assembly:  Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax

void SplitDocument(
	string sourceDocument,
	string destinationDocument1,
	string destinationDocument2,
	int splitAtPageNumber
)

Parameters

sourceDocument
Type: SystemString
Source PDF or TIFF document file name to split.
destinationDocument1
Type: SystemString
First output document file name.
destinationDocument2
Type: SystemString
Second output document file name.
splitAtPageNumber
Type: SystemInt32
1-based page number to split at. It will be first page of the second document.
See Also

Reference