Click or drag to resize

PdfiumFPDFPageObj_AppendClipPath Method

Append a path to the current clip

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPageObj_AppendClipPath(
	IntPtr page_obj,
	IntPtr path,
	FillModes type,
	bool bAutoMerge
)

Parameters

page_obj  IntPtr
Handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)
path  IntPtr
Handle to a path.
type  FillModes
The fill mode types defined following. FPDF_FILL_NULL= 0, FPDF_FILL_ALTERNATE = 1, FPDF_FILL_WINDING = 2
bAutoMerge  Boolean
True for auto merge
See Also