XFINIUM.PDF Documentation
PdfAnnotationBorderStyle Enumeration



Xfinium.Pdf.Annotations Namespace : PdfAnnotationBorderStyle Enumeration
Defines the supported styles for annotation borders.
Syntax
'Declaration
 
Public Enum PdfAnnotationBorderStyle 
   Inherits System.Enum
'Usage
 
Dim instance As PdfAnnotationBorderStyle
public enum PdfAnnotationBorderStyle : System.Enum 
public enum class PdfAnnotationBorderStyle : public System.Enum 
Members
MemberDescription
Beveled A simulated embossed rectangle that appears to be raised above the surface of the page.
DashedA dashed rectangle surrounding the annotation. The dash pattern is specified by the PdfAnnotationBorder.DashPattern property.
Inset A simulated engraved rectangle that appears to be recessed below the surface of the page.
Solid A solid rectangle surrounding the annotation.
Underline A single line along the bottom of the annotation rectangle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xfinium.Pdf.Annotations.PdfAnnotationBorderStyle

Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Xfinium.Pdf.Annotations Namespace