Click or drag to resize

PdfClipPathGetPath Method

Get 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 PathPointsCollection GetPath(
	int index
)

Parameters

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

Return Value

PathPointsCollection
The PathPointsCollection.
See Also