Gets information about an existing page in a PDF document.
'Declaration
Public Overloads Function GetInfo( _
ByVal As Integer _
) As PageInfo
'Usage
Dim instance As Document
Dim pageNumber As Integer
Dim value As PageInfo
value = instance.GetInfo(pageNumber)
Parameters
- pageNumber
- A zero-based index that identifies a page in the PDF document.
Return Value
A PageInfo instance, expressed in the PDF page's rotated, cropped user space coordinate system.