Click or drag to resize

PolyLineGetVertexCount Method

Gets the number of vertices in the Vertices array.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public int GetVertexCount()

Return Value

Type: Int32
An int indicating the number of vertices.

Implements

IPolyLineGetVertexCount
Remarks
The Vertices array is An array of numbers specifying the width and dash pattern that shall represent each vertex in default user space in Point form,
See Also