 | PdfiumFPDFPageObj_GetSmoothness Method |
Get the precision with which color gradients are to be rendered on the output device.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static float FPDFPageObj_GetSmoothness(
IntPtr page_obj
)
Public Shared Function FPDFPageObj_GetSmoothness (
page_obj As IntPtr
) As Single
public:
static float FPDFPageObj_GetSmoothness(
IntPtr page_obj
)
static member FPDFPageObj_GetSmoothness :
page_obj : IntPtr -> float32
public static float FPDFPageObj_GetSmoothness(
IntPtr page_obj
)
Patagames.Pdf.Pdfium.FPDFPageObj_GetSmoothness = function(page_obj);
Parameters
- page_obj IntPtr
- A handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)
Return Value
SingleA number in the range 0.0 to 1.0;
Remarks
See Also