PdfPath
PointCount Property
|
Gets the point count.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public int PointCount { get; }
Public ReadOnly Property PointCount As Integer
Get
public:
property int PointCount {
int get ();
}
member PointCount : int with get
Property Value
Type:
Int32
See Also