 | PdfClipPathDeleteText Method |
Delete the text object contained in the
ClippingText collection at the specified
index.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic void DeleteText(
int index
)
Public Sub DeleteText (
index As Integer
)
public:
void DeleteText(
int index
)
member DeleteText :
index : int -> unit public void DeleteText(
int index
)
function DeleteText(index);
Parameters
- index Int32
- the zero-based index of the text within the ClippingText collection.
See Also