|  | 
| PdfLineStyle Constructor (Single, PdfLineDashStyle) | 
 
            Constructs a line style for a dashed line with the specified line width.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic PdfLineStyle(
	float lineWidth,
	PdfLineDashStyle lineDashStyle
)
Public Sub New ( 
	lineWidth As Single,
	lineDashStyle As PdfLineDashStyle
)
Parameters
- lineWidth
- Type: SystemSingle
 The line width.
- lineDashStyle
- Type: SelectPdfPdfLineDashStyle
 The dash style.
 See Also
See Also