Click or drag to resize
LineStyle Constructor (LineDashStyle)
Constructs a style for a dashed line

Namespace: ExpertPdf.PdfCreator
Assembly: ExpertPdf.PdfCreator (in ExpertPdf.PdfCreator.dll) Version: 11.0.0
Syntax
public LineStyle(
	LineDashStyle lineDashStyle
)

Parameters

lineDashStyle
Type: ExpertPdf.PdfCreatorLineDashStyle
The dash style
See Also