Click or drag to resize

LineStyle Constructor (Single, LineDashStyle)

Constructs a style for a dashed line

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public LineStyle(
	float lineWidth,
	LineDashStyle lineDashStyle
)

Parameters

lineWidth
Type: SystemSingle
The line width
lineDashStyle
Type: ExpertPdf.PdfCreatorLineDashStyle
The dash style
See Also