Click or drag to resize

PdfiumFPDFClipPath_GetFillType Method

Get the fill type of the path contained in the clipping path object at the specified index.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static FillModes FPDFClipPath_GetFillType(
	IntPtr hClipPath,
	int index
)

Parameters

hClipPath  IntPtr
Handle to a clipping path object. Returned by FPDFPageObj_GetClipPath(IntPtr), FPDF_CreateEmptyClipPath or FPDF_CreateClipPath(Single, Single, Single, Single).
index  Int32
the zero-based index of the path within the clipping path object.

Return Value

FillModes
The fill type of the path object.
See Also