VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationLineEndingStyle Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PdfAnnotationLineEndingStyle Enumeration
    In This Topic
    Specifies available styles of line endings.
    Syntax
    'Declaration
    
    Public Enum PdfAnnotationLineEndingStyle
       Inherits System.Enum
    
    
    public enum PdfAnnotationLineEndingStyle : System.Enum
    
    
    __value public enum PdfAnnotationLineEndingStyle : public System.Enum
    
    
    public enum class PdfAnnotationLineEndingStyle : public System.Enum
    
    
    Members
    MemberDescription
    SquareA square filled with the annotation's interior color.
    CircleA circle filled with the annotation's interior color.
    DiamondA diamond shape filled with the annotation's interior color.
    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.
    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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationLineEndingStyle

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also