AnnotationLineEndingStyle Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represents the list of allowed line ending styles.

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public enum AnnotationLineEndingStyle
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 and connected by a third line to form a triangular closed arrowhead filled with the annotation’s interior color, if any.
Butt6 A short line at the endpoint perpendicular to the line itself.
ROpenArrow7 Two short lines in the reverse direction from OpenArrow.
RClosedArrow8 A triangular closed arrowhead in the reverse direction from ClosedArrow.
Slash9 A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself.
See Also

Reference