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

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 174, page 396.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 177, page 480.

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

A free-text annotation displays text directly on the page at a specified location without an icon or separate pop-up window. The text is rendered using the default appearance string in the DA entry.

The Q entry controls text alignment. The CL entry supplies callout line coordinates. The LE entry specifies line-end styles for the callout, and RD insets the text bounding box from the outer Rect.

The IT entry classifies the annotation as a plain free-text annotation, a callout, or a typewriter annotation.

 

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

 

   
   
Property
Description
EntryDA Represents the "DA" entry of the free text annotation object.
EntryQ Represents the "Q" entry of the free text annotation object.
EntryDS Represents the "DS" entry of the free text annotation object.
EntryCL Represents the "CL" entry of the free text annotation object.
EntryIT Represents the "IT" entry of the free text annotation object.
EntryBE Represents the "BE" entry of the free text annotation object.
EntryRD Represents the "RD" entry of the free text annotation object.
EntryBS Represents the "BS" entry of the free text annotation object.
EntryLE Represents the "LE" entry of the free text annotation object.
inherited properties...