Enum Line.EndingStyle
For each line, one can choose a separate style for the start and the end of the line. The styles are defined by the "EndingStyle" enumeration.
Namespace: pdftron.PDF.Annots
Assembly: PDFNet.dll
Syntax
public enum Line.EndingStyle
Fields
Name | Description |
---|---|
e_Butt | A short line at the endpoint perpendicular to the line itself. |
e_Circle | A circle filled with the annotation's interior color, if any. |
e_ClosedArrow | Two 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_Diamond | A diamond shape filled with the annotation's interior color, if any. |
e_None | No special line ending. |
e_OpenArrow | Two short lines meeting in an acute angle to form an open arrowhead. |
e_RClosedArrow | A triangular closed arrowhead in the reverse direction from ClosedArrow. |
e_ROpenArrow | Two short lines in the reverse direction from OpenArrow. |
e_Slash | A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself. |
e_Square | A square filled with the annotation's interior color, if any. |
e_Unknown | Non-standard or invalid ending. |