 | PdfDocumentGetPageSizeByIndex Method |
Get the size of a page by index.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntaxpublic 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
- Type: SystemInt32
Page index, zero for the first page.
Return Value
Type:
FS_SIZEFTrue for success. False for error (document or page not found)
See Also