|
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.
|