VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationBorderStyleType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PdfAnnotationBorderStyleType Enumeration
    In This Topic
    Specifies available types of annotation border style.
    Syntax
    'Declaration
    
    Public Enum PdfAnnotationBorderStyleType
       Inherits System.Enum
    
    
    public enum PdfAnnotationBorderStyleType : System.Enum
    
    
    __value public enum PdfAnnotationBorderStyleType : public System.Enum
    
    
    public enum class PdfAnnotationBorderStyleType : public System.Enum
    
    
    Members
    MemberDescription
    DefaultDefault border style.
    SolidA solid rectangle surrounding the annotation.
    DashedA dashed rectangle surrounding the annotation. The dash pattern is specified by the DashArray property.
    BeveledA simulated embossed rectangle that appears to be raised above the surface of the page.
    InsetA simulated engraved rectangle that appears to be recessed below the surface of the page.
    UnderlineA single line along the bottom of the annotation rectangle.
    Inheritance Hierarchy

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

    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