Constructs a style for a dashed line

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public LineStyle(
	LineDashStyle lineDashStyle
)
Visual Basic
Public Sub New ( 
	lineDashStyle As LineDashStyle
)
Visual C++
public:
LineStyle(
	LineDashStyle lineDashStyle
)

Parameters

lineDashStyle
Type: EvoPdf..::..LineDashStyle
The dash style

See Also