LineStyle Constructor (LineDashStyle) |
Constructs a style for a dashed line
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public LineStyle(
LineDashStyle lineDashStyle
)
Public Sub New (
lineDashStyle As LineDashStyle
)
Parameters
- lineDashStyle
- Type: ExpertPdf.PdfCreatorLineDashStyle
The dash style
See Also