Click or drag to resize

PdfiumFPDF_GetPageSizes Method

Get the sizes of all pages in document

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDF_GetPageSizes(
	IntPtr document,
	float[] buffer
)

Parameters

document  IntPtr
Handle to document. Returned by FPDF_LoadDocument(String, String) function.
buffer  Single
Pointer to a buffer of pairs of float values receiving the pages size.

Return Value

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