Click or drag to resize

PdfClipPathDeleteText Method

Delete the text object contained in the ClippingText collection at the specified index.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void DeleteText(
	int index
)

Parameters

index  Int32
the zero-based index of the text within the ClippingText collection.
See Also