ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / AnnotationBorderStyle Enumeration




In This Topic
    AnnotationBorderStyle Enumeration
    In This Topic
    The aviliable styles for the border of annotations that support borders.
    Syntax
    'Declaration
     
    Public Enum AnnotationBorderStyle 
       Inherits System.Enum
    'Usage
     
    Dim instance As AnnotationBorderStyle
    public enum AnnotationBorderStyle : System.Enum 
    __value public enum AnnotationBorderStyle : public System.Enum 
    public enum class AnnotationBorderStyle : public System.Enum 
    Members
    MemberValueDescription
    BEVELED3 A simulated embossed border that appears to be raised above the surface of the page.
    DASHED2 A dashed border surrounding the annotation.
    INSET4 A simulated engraved border that appears to be recessed below the surface of the page.
    SOLID1 A solid border surrounding the annotation.
    UNDERLINE5 A single line along the bottom of the annotation border.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.PDF.AnnotationBorderStyle

    See Also