 | IDecoderOptionsGetPageNumbers Method |
Gets the list of page numbers that should be decoded. Parses the
Pages string to generate a list of zero-based page numbers.
Namespace:
Opait.Barcoder.Api
Assembly:
Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
SyntaxList<int> GetPageNumbers(
int pageCount
)
Parameters
- pageCount
- Type: SystemInt32
The count of pages in the source PDF file.
Return Value
Type:
ListInt32A list of zero-based page numbers.
See Also