| PdfDocumentGetPageSizeByIndex Method |
Get the size of a page by index.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public FS_SIZEF GetPageSizeByIndex(
int pageIndex
)
Public Function GetPageSizeByIndex (
pageIndex As Integer
) As FS_SIZEF
public:
FS_SIZEF GetPageSizeByIndex(
int pageIndex
)
member GetPageSizeByIndex :
pageIndex : int -> FS_SIZEF
public FS_SIZEF GetPageSizeByIndex(
int pageIndex
)
function GetPageSizeByIndex(pageIndex);
Parameters
- pageIndex Int32
- Page index, zero for the first page.
Return Value
FS_SIZEFTrue for success. False for error (document or page not found)
See Also