Click or drag to resize

LineEndingStyle Enumeration

For each line, one can choose a separate style for the start and the end of the line. The styles are defined by the "LineEndingStyle" enumeration.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum LineEndingStyle
Members
  Member nameValueDescription
e_Square0A square filled with the annotation’s interior color, if any.
e_Circle1A circle filled with the annotation’s interior color, if any.
e_Diamond2A diamond shape filled with the annotation’s interior color, if any.
e_OpenArrow3Two short lines meeting in an acute angle to form an open arrowhead.
e_ClosedArrow4Two short lines meeting in an acute angle as in the OpenArrow style and connected by a third line to form a triangular closed arrowhead filled with the annotation’s interior color, if any.
e_Butt5A short line at the endpoint perpendicular to the line itself.
e_ROpenArrow6Two short lines in the reverse direction from OpenArrow.
e_RClosedArrow7A triangular closed arrowhead in the reverse direction from ClosedArrow.
e_Slash8A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself.
e_None9No special line ending.
e_Unknown10Non-standard or invalid ending.
See Also