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