In This Topic
GdPicture14 Namespace / PdfAnnotationLineEndingStyle Enumeration

PdfAnnotationLineEndingStyle Enumeration

In This Topic
Specifies an annotation's line ending style.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum PdfAnnotationLineEndingStyle 
   Inherits System.Enum
[ComVisible(true)]
public enum PdfAnnotationLineEndingStyle : System.Enum 
public enum PdfAnnotationLineEndingStyle = class(System.Enum)
ComVisibleAttribute()
public enum PdfAnnotationLineEndingStyle extends System.Enum
[ComVisible(true)]
__value public enum PdfAnnotationLineEndingStyle : public System.Enum 
[ComVisible(true)]
public enum class PdfAnnotationLineEndingStyle : public System.Enum 
Members
MemberValueDescription
PdfAnnotationLineEndingStyleButt6(PDF 1.5) A short line at the endpoint perpendicular to the line itself.
PdfAnnotationLineEndingStyleCircle1A circle filled with the annotation’s interior color, if any.
PdfAnnotationLineEndingStyleClosedArrow4Two 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.
PdfAnnotationLineEndingStyleDiamond2A diamond shape filled with the annotation’s interior color, if any.
PdfAnnotationLineEndingStyleNone5No line ending.
PdfAnnotationLineEndingStyleOpenArrow3Two short lines meeting in an acute angle to form an open arrowhead.
PdfAnnotationLineEndingStyleRClosedArrow8(PDF 1.5) A triangular closed arrowhead in the reverse direction from ClosedArrow.
PdfAnnotationLineEndingStyleROpenArrow7(PDF 1.5) Two short lines in the reverse direction from OpenArrow.
PdfAnnotationLineEndingStyleSlash9(PDF 1.6) A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself.
PdfAnnotationLineEndingStyleSquare0A square filled with the annotation’s interior color, if any.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.PdfAnnotationLineEndingStyle

See Also