ImageGear .NET - Updated
AnnotationBorderStyle Enumeration




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : AnnotationBorderStyle Enumeration
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
MemberDescription
BEVELED A simulated embossed border that appears to be raised above the surface of the page.
DASHED A dashed border surrounding the annotation.
INSET A simulated engraved border that appears to be recessed below the surface of the page.
SOLID A solid border surrounding the annotation.
UNDERLINE A single line along the bottom of the annotation border.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Formats.PDF Namespace