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: 7.9.2.0 (7.9.2.1020)

Syntax

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

Members

MemberValueDescription
Solid0
Indicates Solid
Dashed1
Indicates Dashed
Beveled2
Indicates Beveled
Inset3
Indicates Inset
Underline4
Indicates Underline

See Also