Click or drag to resize

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
Syntax
public FS_SIZEF GetPageSizeByIndex(
	int pageIndex
)

Parameters

pageIndex
Type: SystemInt32
Page index, zero for the first page.

Return Value

Type: FS_SIZEF
True for success. False for error (document or page not found)
See Also