Constructs a line style with the specified line width

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

Syntax

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

Parameters

lineWidth
Type: System..::..Single
The line width

See Also