|
PdfLineStyle Constructor (Single) |
Constructs a line style with the specified line width.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public PdfLineStyle(
float lineWidth
)
Public Sub New (
lineWidth As Single
)
Parameters
- lineWidth
- Type: SystemSingle
The line width.
See Also