![]() | PdfiumFPDFPage |
public static void FPDFPageObj_SetFlatness( IntPtr page_obj, float flatness )
Public Shared Sub FPDFPageObj_SetFlatness ( page_obj As IntPtr, flatness As Single )
public: static void FPDFPageObj_SetFlatness( IntPtr page_obj, float flatness )
static member FPDFPageObj_SetFlatness : page_obj : IntPtr * flatness : float32 -> unit
public static void FPDFPageObj_SetFlatness( IntPtr page_obj, float flatness )
Patagames.Pdf.Pdfium.FPDFPageObj_SetFlatness = function(page_obj, flatness);
The value of this parameter gives the maximum error tolerance, measured in output device pixels; smaller numbers give smoother curves at the expense of more computation and memory use.
The flatness tolerance controls the maximum permitted distance in device pixels between the mathematically correct path and an approximation constructed from straight line segments, as shown in Figure 6.6
FIGURE 6.6 Flatness tolerance |
---|
![]() |