 | PdfPathObjectPath Property |
Get the path associated with this PathObject.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PathPointsCollection Path { get; }
Public ReadOnly Property Path As PathPointsCollection
Get
public:
property PathPointsCollection^ Path {
PathPointsCollection^ get ();
}
member Path : PathPointsCollection with get
/** @property */
public PathPointsCollection get_Path()
Property Value
PathPointsCollection
See Also