 | PdfiumFPDFClipPath_DeleteText Method |
Delete the the page text object contained in the clipping path object at the specified index.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic static void FPDFClipPath_DeleteText(
IntPtr hClipPath,
int index
)
Public Shared Sub FPDFClipPath_DeleteText (
hClipPath As IntPtr,
index As Integer
)
public:
static void FPDFClipPath_DeleteText(
IntPtr hClipPath,
int index
)
static member FPDFClipPath_DeleteText :
hClipPath : IntPtr *
index : int -> unit public static void FPDFClipPath_DeleteText(
IntPtr hClipPath,
int index
)
Patagames.Pdf.Pdfium.FPDFClipPath_DeleteText = function(hClipPath, 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 text within the clipping path object.
See Also