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