VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfLineCapStyles Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PdfLineCapStyles Enumeration
    In This Topic
    Specifies available styles of the caps at the ends of the line-based annotations.
    Syntax
    'Declaration
    
    Public Enum PdfLineCapStyles
       Inherits System.Enum
    
    
    public enum PdfLineCapStyles : System.Enum
    
    
    __value public enum PdfLineCapStyles : public System.Enum
    
    
    public enum class PdfLineCapStyles : public System.Enum
    
    
    Members
    MemberDescription
    NoneNo cap.
    ArrowArrow.
    ClosedArrowArrow with drawn bottom line.
    FilledArrowFilled arrow.
    ReversedArrowReversed arrow.
    ReversedClosedArrowReversed arrow with drawn bottom line.
    ReversedFilledArrowFilled reversed arrow.
    EllipseEllipse.
    FilledEllipseFilled ellipse.
    RectangleRectangle.
    FilledRectangleFilled rectangle.
    DiamondDiamond (rhomb).
    FilledDiamondFilled diamond (rhomb).
    ButtSegment, perpendicular to the line.
    SlashSegment from the left-top to the right-down corner of the cap.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Pdf.Drawing.PdfLineCapStyles

    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