DocumentParserParseDocumentPageRange Method (String, Int32, 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
Process a part of the document using loaded templates.
Namespace:ByteScout.DocumentParserAssembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax
public ParsingResult[] ParseDocumentPageRange( string inputFileName, int startPage, int endPage )
Parameters
- inputFileName
- Type: SystemString
Input document file name. - startPage
- Type: SystemInt32
Start page index. - endPage
- Type: SystemInt32
End page index. -1 means all pages to the document end.
Return Value
Type: ParsingResultReturns array of ParsingResult objects.
See Also