PdfBorderStyle Enumeration
|
Specifies the available styles for a field border.
Namespace:
Spire.Pdf.Fields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfBorderStyle
Public Enumeration PdfBorderStyle
public enum class PdfBorderStyle
Members
|
Member name
|
Value
|
Description
|
|
Solid
|
0
|
A solid rectangle surrounding the annotation.
|
|
Dashed
|
1
|
A dashed rectangle surrounding the annotation.
|
|
Beveled
|
2
|
A simulated embossed rectangle that appears to be raised above the surface
of the page.
|
|
Inset
|
3
|
A simulated engraved rectangle that appears to be recessed below the surface
of the page.
|
|
Underline
|
4
|
A single line along the bottom of the annotation rectangle.
|
Remarks
Defaule value is Solid.
See Also