Click or drag to resize

PdfDocumentGetPageSizeByIndex Method

Get the size of a page by index.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public FS_SIZEF GetPageSizeByIndex(
	int pageIndex
)

Parameters

pageIndex  Int32
Page index, zero for the first page.

Return Value

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