Click or drag to resize

IPdfDocumentGetPage Method

Gets the PDF page at the specified zero-based index.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
IPdfPage GetPage(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the page to get.

Return Value

Type: IPdfPage
The page at the specified index.
See Also