 | 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
Syntaxpublic PdfPage GetPage(
int index
)
Parameters
- index
- Type: SystemInt32
The zero-based index of the page to get.
Return Value
Type:
PdfPageThe page at the specified index.
See Also