Link Search Menu Expand Document

DocumentParserParseDocumentPageRange Method (String, IListInt32)

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(
	string inputFileName,
	IList<int> pageIndices
)

Parameters

inputFileName
Type: SystemString
Input document file name.
pageIndices
Type: System.Collections.GenericIListInt32
Array of page indices. Page indices are 0-based.

Return Value

Type: ParsingResult
Returns array of ParsingResult objects.
See Also

Reference