Click or drag to resize

LineEndingStyles Enumeration

Represent the line enfing styles

Namespace: Patagames.Pdf.Enums
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public enum LineEndingStyles
Members
Member nameValueDescription
None0 No line ending
Square1 A square filled with the annotation’s interior color, if any
Circle2 A circle filled with the annotation’s interior color, if any
Diamond3 A diamond shape filled with the annotation’s interior color, if any
OpenArrow4 Two short lines meeting in an acute angle to form an open arrowhead
ClosedArrow5 Two short lines meeting in an acute angle as in the OpenArrow style (see above) and connected by a third line to form a triangular closed arrowhead filled with the annotation’s interior color, if any
Butt6 (PDF 1.5) A short line at the endpoint perpendicular to the line itself
ROpenArrow7 (PDF 1.5) Two short lines in the reverse direction from OpenArrow
RClosedArrow8 (PDF 1.5) A triangular closed arrowhead in the reverse direction from ClosedArrow
Slash9 (PDF 1.6) A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself
Remarks

TABLE 8.27 Line ending styles

NameAppearanceDescription
SquareA square filled with the annotation’s interior color, if any
CircleA circle filled with the annotation’s interior color, if any
DiamondA diamond shape filled with the annotation’s interior color, if any
OpenArrowTwo short lines meeting in an acute angle to form an open arrowhead
ClosedArrowTwo short lines meeting in an acute angle as in the OpenArrow style (see above) and connected by a third line to form a triangular closed arrowhead filled with the annotation’s interior color, if any
NoneNo line ending
Butt(PDF 1.5) A short line at the endpoint perpendicular to the line itself
ROpenArrow(PDF 1.5) Two short lines in the reverse direction from OpenArrow
RClosedArrow(PDF 1.5) A triangular closed arrowhead in the reverse direction from ClosedArrow
Slash(PDF 1.6) A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself
See Also