DocumentParserParseDocumentPageRange Method (Stream, Int32, Int32)ByteScout Document Parser SDK
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,
	int startPage,
	int endPage
)

Parameters

inputStream
Type: System.IOStream
Stream that contains the input document.
startPage
Type: SystemInt32
Start page index.
endPage
Type: SystemInt32
End page index. -1 means all pages to the document end.

Return Value

Type: ParsingResult
Returns array of ParsingResult objects.
See Also

Reference