 | PdfPageObjectClipPath Property |
Gets the clipping path of this page object.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfClipPath ClipPath { get; }Public ReadOnly Property ClipPath As PdfClipPath
Get
public:
property PdfClipPath^ ClipPath {
PdfClipPath^ get ();
}member ClipPath : PdfClipPath with get
/** @property */
public PdfClipPath get_ClipPath()
Property Value
PdfClipPath
See Also