|  | 
| PdfLineDashStyle Enumeration | 
 
            Specifies the style of a dashed line in a pdf document.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic enum PdfLineDashStyle
Public Enumeration PdfLineDashStyle
 Members
Members|  | Member name | Value | Description | 
|---|
|  | Default | -1 | Default dash style. | 
|  | Solid | 0 | Specifies a solid line. | 
|  | Dash | 1 | Specifies a line consisting of dashes. | 
|  | Dot | 2 | Specifies a line consisting of dots. | 
|  | DashDot | 3 | Specifies a line consisting of a repeating pattern of dash-dot. | 
|  | DashDotDot | 4 | Specifies a line consisting of a repeating pattern of dash-dot-dot. | 
 See Also
See Also