In This Topic
GdPicture14 Namespace / PdfAnnotationBorderStyle Enumeration

PdfAnnotationBorderStyle Enumeration

In This Topic
Specifies the annotation's border style.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum PdfAnnotationBorderStyle 
   Inherits System.Enum
[ComVisible(true)]
public enum PdfAnnotationBorderStyle : System.Enum 
public enum PdfAnnotationBorderStyle = class(System.Enum)
ComVisibleAttribute()
public enum PdfAnnotationBorderStyle extends System.Enum
[ComVisible(true)]
__value public enum PdfAnnotationBorderStyle : public System.Enum 
[ComVisible(true)]
public enum class PdfAnnotationBorderStyle : public System.Enum 
Members
MemberValueDescription
PdfAnnotationBorderStyleBeveled2Beveled - A simulated embossed rectangle that appears to be raised above the surface of the page.
PdfAnnotationBorderStyleDashed1Dashed - A dashed rectangle surrounding the annotation. You can specify the dash pattern.
PdfAnnotationBorderStyleInset3Inset - A simulated engraved rectangle that appears to be recessed below the surface of the page.
PdfAnnotationBorderStyleSolid0Solid - A solid rectangle surrounding the annotation. The default value.
PdfAnnotationBorderStyleUnderline4Underline - A single line along the bottom of the annotation rectangle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.PdfAnnotationBorderStyle

See Also