EVO PDF Logo

LineStyle Constructor (Single, LineDashStyle)

EVO PDF Client for .NET Core
Constructs a style for a dashed line

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public LineStyle(
	float lineWidth,
	LineDashStyle lineDashStyle
)

Parameters

lineWidth
Type: SystemSingle
The line width
lineDashStyle
Type: EvoPdfClientLineDashStyle
The dash style
See Also

Reference