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

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 172, page 394.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 175, page 478.

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

A text annotation (sticky note) displays a comment at a point on the page, represented by an icon. The comment text appears when the user opens the annotation.

The Name entry selects the icon shape. The State and StateModel entries implement a review and marking workflow, tracking whether the annotation has been marked, accepted, rejected, cancelled, or completed.

 

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

 

   
   
Property
Description
EntryOpen Represents the "Open" entry of the text annotation object.
EntryName Represents the "Name" entry of the text annotation object.
EntryState Represents the "State" entry of the text annotation object.
EntryStateModel Represents the "StateModel" entry of the text annotation object.
EntryIT Represents the "IT" entry of the text annotation object.
inherited properties...