LineStyle Constructor (Single, LineDashStyle) |
Constructs a style for a dashed line
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic LineStyle(
float lineWidth,
LineDashStyle lineDashStyle
)
Public Sub New (
lineWidth As Single,
lineDashStyle As LineDashStyle
)
Parameters
- lineWidth
- Type: SystemSingle
The line width - lineDashStyle
- Type: ExpertPdf.HtmlToPdf.PdfDocumentLineDashStyle
The dash style
See Also