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

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

Parameters

lineDashStyle
Type: ExpertPdf.HtmlToPdf.PdfDocumentLineDashStyle
The dash style
See Also