Click or drag to resize

PdfiumFPDF_GetPageWidth Method

Get page width

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

Parameters

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

Return Value

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