PDFView4NET WPF Edition
PDFBorderStyle Enumeration




O2S.Components.PDFView4NET.Annotations Namespace : PDFBorderStyle Enumeration
Specifies the available styles for an annotation's border.
Syntax
'Declaration
 
Public Enum PDFBorderStyle 
   Inherits System.Enum
'Usage
 
Dim instance As PDFBorderStyle
public enum PDFBorderStyle : System.Enum 
__value public enum PDFBorderStyle : public System.Enum 
public enum class PDFBorderStyle : public System.Enum 
Members
MemberDescription
BeveledA simulated embossed rectangle that appears to be raised above the surface of the page.
DashedA dashed rectangle surrounding the annotation.
InsetA simulated engraved rectangle that appears to be recessed below the surface of the page.
SolidA solid rectangle surrounding the annotation.
UnderlineA single line along the bottom of the annotation rectangle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.Annotations.PDFBorderStyle

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

O2S.Components.PDFView4NET.Annotations Namespace