Click or drag to resize

PdfiumFPDFPathObj_GetFillType Method

Get the fill type of the specified path object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static FillModes FPDFPathObj_GetFillType(
	IntPtr path_obj
)

Parameters

path_obj  IntPtr
Handle to a path object returned by FPDFPageObj_Create(PageObjectTypes)

Return Value

FillModes
The fill type of the specified path object.
See Also