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