Standard appearances of the text markup (annotation).

Namespace: TallComponents.PDF.Annotations.Markups
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public enum LineEndStyle
Visual Basic
Public Enumeration LineEndStyle

Members

Member nameValueDescription
Unknown0 Unkown line end style.
Square1 Square filled with interior color.
Cirle2 Circle filled with interior color.
Diamond3 Diamond shape filled with interior color.
OpenArrow4 Two short lines meeting in an angle to form an arrow head.
ClosedArrow5 Triangle filled with interior color.
None6 No line ending.
Butt7 Short perpendicular line.
ReverseOpenArrow8 Open arrow in reverse direction.
ReverseClosedArrow9 Closed arrow in reverse direction.
Slash10 Short diagonal line.

See Also