Possible dash styles of the pen.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PdfDashStyle
Public Enumeration PdfDashStyle
public enum class PdfDashStyle
type PdfDashStyle
Members
| Member | Value | Description |
|---|---|---|
| Solid | 0 |
Solid line.
|
| Dash | 1 |
Dashed line.
|
| Dot | 2 |
Dotted line.
|
| DashDot | 3 |
Dash-dot line.
|
| DashDotDot | 4 |
Dash-dot-dot line.
|
| Custom | 5 |
User defined dash style.
|
| None | 6 |
No line.
|