Gets or sets the PathClip.
Namespace:
Spire.Additions.Xps.Schema
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Geometry PathClip { get; set; }
Public Property PathClip As Geometry
Get
Set
public:
property Geometry^ PathClip {
Geometry^ get ();
void set (Geometry^ value);
}
member PathClip : Geometry with get, set
Property Value
Type:
Geometry
See Also