PdfLineBorderStyle Enumeration
|
Specifies the Line Border Style is to be used in the Line annotation.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfLineBorderStyle
Public Enumeration PdfLineBorderStyle
public enum class PdfLineBorderStyle
Members
|
Member name
|
Value
|
Description
|
|
Solid
|
0
|
Indicates Solid
|
|
Dashed
|
1
|
Indicates Dashed
|
|
Beveled
|
2
|
Indicates Beveled
|
|
Inset
|
3
|
Indicates Inset
|
|
Underline
|
4
|
Indicates Underline
|
See Also