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

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 175, page 398.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 178, page 482.

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

A line annotation draws a straight line between two points on the page and may display a label near the midpoint. It is used both for graphical markup and for dimension measurements.

The L entry gives start and end coordinates. The LE entry specifies line-end styles. The LL and LLE entries define leader lines for dimension annotations.

The Cap entry controls whether the Contents text is shown as a label. The Measure entry links to a rectilinear measure dictionary giving the real-world interpretation of the line length.

 

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

 

   
   
Property
Description
EntryL Represents the "L" entry of the line annotation object.
EntryBS Represents the "BS" entry of the line annotation object.
EntryLE Represents the "LE" entry of the line annotation object.
EntryIC Represents the "IC" entry of the line annotation object.
EntryLL Represents the "LL" entry of the line annotation object.
EntryLLE Represents the "LLE" entry of the line annotation object.
EntryCap Represents the "Cap" entry of the line annotation object.
EntryIT Represents the "IT" entry of the line annotation object.
EntryLLO Represents the "LLO" entry of the line annotation object.
EntryCP Represents the "CP" entry of the line annotation object.
EntryMeasure Represents the "Measure" entry of the line annotation object.
EntryCO Represents the "CO" entry of the line annotation object.
inherited properties...