Click or drag to resize

PdfiumFPDFPageObj_GetFlatness Method

Get the precision with which curves are to be rendered on the output device.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static float FPDFPageObj_GetFlatness(
	IntPtr page_obj
)

Parameters

page_obj  IntPtr
A handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)

Return Value

Single
A number in the range 0 to 100; a value of 0 specifies the output device’s default flatness tolerance.
Remarks
See details in the FPDFPageObj_SetFlatness(IntPtr, Single) topic.
See Also