Click or drag to resize

PdfClipPathClippingPaths Property

Gets the enumerable collection of all clipping paths.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public IEnumerable<PathPointsCollection> ClippingPaths { get; }

Property Value

IEnumerablePathPointsCollection
See Also