Constructs a style for a dashed line

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

Syntax

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

Parameters

lineWidth
Type: System..::..Single
The line width
lineDashStyle
Type: EvoPdf..::..LineDashStyle
The dash style

See Also