EVO HTML to PDF Converter

LineStyle Constructor (Single, LineCapStyle, LineJoinStyle)

Winnovative Client for .NET Documentation
Constructs a style for a line with the specified width, cap and join styles

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

public LineStyle(
	float lineWidth,
	LineCapStyle lineCapStyle,
	LineJoinStyle lineJoinStyle
)

Parameters

lineWidth
Type: SystemSingle
The line width in graphic units
lineCapStyle
Type: Winnovative.HtmlToPdfClientLineCapStyle
The line cap style
lineJoinStyle
Type: Winnovative.HtmlToPdfClientLineJoinStyle
The line join style
See Also

Reference