Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Process a part of the document using loaded templates.
Namespace: ByteScout.DocumentParser
Assembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax
public ParsingResult[] ParseDocumentPageRange( Stream inputStream, IList<int> pageIndices )
Parameters
- inputStream
- Type: System.IOStream
Stream that contains the input document. - pageIndices
- Type: System.Collections.GenericIListInt32
Array of page indices. Page indices are 0-based.
Return Value
Type: ParsingResultReturns array of ParsingResult objects.
See Also