Click or drag to resize

LineStyle(Single, LineDashStyle) Constructor

Constructs a style for a dashed line

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

Parameters

lineWidth  Single
The line width
lineDashStyle  LineDashStyle
The dash style
See Also