Click or drag to resize

LineStyle Constructor (LineDashStyle)

Constructs a style for a dashed line

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

Parameters

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