This class represents the polygon annotation. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 178, page 402.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 181, page 487.

This class is always an indirect object because it inherits from MarkupAnnotationElement which is always an indirect object.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.AnnotationElement
          WebSupergoo.ABCpdf14.Elements.MarkupAnnotationElement
             WebSupergoo.ABCpdf14.Elements.PolygonAnnotationElement

A polygon annotation draws a closed shape defined by a list of vertex coordinates, stroked using the annotation colour and optionally filled with an interior colour.

The Vertices entry lists coordinate pairs in default user space. The Path entry (PDF 2.0) allows curved segments. The Measure entry links to a measure dictionary for real-world dimension interpretation.

 

   
   
Method
Description
PolygonAnnotationElement Create a new PolygonAnnotationElement.
inherited methods...

 

   
   
Property
Description
EntryVertices Represents the "Vertices" entry of the polygon annotation object.
EntryLE Represents the "LE" entry of the polygon annotation object.
EntryBS Represents the "BS" entry of the polygon annotation object.
EntryIC Represents the "IC" entry of the polygon annotation object.
EntryBE Represents the "BE" entry of the polygon annotation object.
EntryIT Represents the "IT" entry of the polygon annotation object.
EntryMeasure Represents the "Measure" entry of the polygon annotation object.
EntryPath Represents the "Path" entry of the polygon annotation object.
inherited properties...