Possible dash styles of the pen.

Namespace: Spire.Pdf.Graphics
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 PdfDashStyle
Public Enumeration PdfDashStyle
public enum class PdfDashStyle
type PdfDashStyle

Members

MemberValueDescription
Solid0
Solid line.
Dash1
Dashed line.
Dot2
Dotted line.
DashDot3
Dash-dot line.
DashDotDot4
Dash-dot-dot line.
Custom5
User defined dash style.

See Also