ReaderSplitDocument Method (String, String)
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 PDF or TIFF document to multiple documents according to specified ranges.
Namespace:Bytescout.BarCodeReaderAssembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
Parameters
- sourceDocument
- Type: SystemString
The source document. - ranges
- Type: SystemString
Comma-separated list of page ranges in form "1-4,5,7,8-15,16-". Page numbers are 1-based. Ending "-" means "to the last page".
Return Value
Type: StringList of files of generated document parts.
Implements
IReaderSplitDocument(String, String)See Also