Click or drag to resize

PdfiumFPDFClipPath_AppendTexts Method

Append the specified page text objects to the specified clipping path object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public static void FPDFClipPath_AppendTexts(
	IntPtr hClipPath,
	IntPtr[] texts
)

Parameters

hClipPath  IntPtr
Handle to a clipping path object. Returned by FPDFPageObj_GetClipPath(IntPtr), FPDF_CreateEmptyClipPath or FPDF_CreateClipPath(Single, Single, Single, Single).
texts  IntPtr
An array of handle to the page text objects.
See Also