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