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