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