Click or drag to resize

IEncoderOptionsGetPageNumbers Method

Gets the list of page numbers that should receive barcodes. 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
Syntax
C#
List<int> GetPageNumbers(
	int pageCount
)

Parameters

pageCount
Type: SystemInt32
The count of pages in the target PDF file.

Return Value

Type: ListInt32
A list of zero-based page numbers.
See Also