Documents for PDF, .NET Edition Documentation
LineEndingStyle Enumeration

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Annotations Namespace : LineEndingStyle Enumeration
Specifies the possible line ending styles.
Syntax
'Declaration
 
Public Enum LineEndingStyle 
   Inherits System.Enum
public enum LineEndingStyle : System.Enum 
Members
MemberDescription
ButtA short line at the endpoint perpendicular to the line itself.
CircleA circle filled with the annotation’s interior color, if any.
ClosedArrowTwo 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.
DiamondA diamond shape filled with the annotation’s interior color, if any.
NoneNo line ending.
OpenArrowTwo short lines meeting in an acute angle to form an open arrowhead.
RClosedArrowA triangular closed arrowhead in the reverse direction from ClosedArrow.
ROpenArrowTwo short lines in the reverse direction from OpenArrow.
SlashA short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself
SquareA square filled with the annotation’s interior color, if any.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Pdf.Annotations.LineEndingStyle

See Also

Reference

GrapeCity.Documents.Pdf.Annotations Namespace