Click or drag to resize

PdfClipPathDeletePath Method

Delete the path contained in the ClippingPaths collection at the specified index.

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

Parameters

index  Int32
the zero-based index of the path within the ClippingPaths collection.
See Also