 | PdfiumFPDFClipPath_AppendTexts Method |
Append the specified page text objects to the specified clipping path object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic static void FPDFClipPath_AppendTexts(
IntPtr hClipPath,
IntPtr[] texts
)
Public Shared Sub FPDFClipPath_AppendTexts (
hClipPath As IntPtr,
texts As IntPtr()
)
public:
static void FPDFClipPath_AppendTexts(
IntPtr hClipPath,
array<IntPtr>^ texts
)
static member FPDFClipPath_AppendTexts :
hClipPath : IntPtr *
texts : IntPtr[] -> unit public static void FPDFClipPath_AppendTexts(
IntPtr hClipPath,
IntPtr[] texts
)
Patagames.Pdf.Pdfium.FPDFClipPath_AppendTexts = function(hClipPath, 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