Click or drag to resize

PdfiumFPDF_GetPageHeight Method

Get page height

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static double FPDF_GetPageHeight(
	IntPtr page
)

Parameters

page  IntPtr
Handle to the page. Returned by FPDF_LoadPage(IntPtr, Int32) function.

Return Value

Double
Page height (excluding non-displayable area) measured in points. One point is 1/72 inch (around 0.3528 mm)
See Also