Click or drag to resize

PdfDocumentGetPage Method

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

Namespace:  Opait.Barcode.Pdf
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public PdfPage GetPage(
	int index
)

Parameters

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

Return Value

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