PolygonAnnotationVertices Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the vertices. An array of numbers that shall represent the alternating horizontal and vertical coordinates, respectively, of each vertex, in default user space.

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public double[] Vertices { get; set; }

Property Value

Type: Double
The vertices.
See Also

Reference