Click or drag to resize

PolygonAnnotationIsVerticesCorrect Method

Determines whether the vertices are correct for a polygon - returns true if the polygon has at least three vertices.

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual bool IsVerticesCorrect()

Return Value

Type: Boolean
true if the vertices are correct; otherwise, false.
See Also