LineStyle Constructor (Single) |
Constructs a line style with the specified line width
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic LineStyle(
float lineWidth
)
Public Sub New (
lineWidth As Single
)
Parameters
- lineWidth
- Type: SystemSingle
The line width
See Also