Specifies the available styles for a field border.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum PdfBorderStyle
Public Enumeration PdfBorderStyle
public enum class PdfBorderStyle
type PdfBorderStyle

Members

MemberValueDescription
Solid0
A solid rectangle surrounding the annotation.
Dashed1
A dashed rectangle surrounding the annotation.
Beveled2
A simulated embossed rectangle that appears to be raised above the surface of the page.
Inset3
A simulated engraved rectangle that appears to be recessed below the surface of the page.
Underline4
A single line along the bottom of the annotation rectangle.

Remarks

Defaule value is Solid.

See Also