 | PdfClipPathClippingPaths Property |
Gets the enumerable collection of all clipping paths.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic IEnumerable<PathPointsCollection> ClippingPaths { get; }Public ReadOnly Property ClippingPaths As IEnumerable(Of PathPointsCollection)
Get
public:
property IEnumerable<PathPointsCollection^>^ ClippingPaths {
IEnumerable<PathPointsCollection^>^ get ();
}member ClippingPaths : IEnumerable<PathPointsCollection> with get
/** @property */
public IEnumerable<PathPointsCollection> get_ClippingPaths()
function get_ClippingPaths();
Property Value
IEnumerablePathPointsCollection
See Also