ExpertPdf Html to Pdf Converter Library
LineStyle Constructor (lineWidth, lineDashStyle)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentLineStyleLineStyle(Single, LineDashStyle)
ExpertPdf Html to Pdf Converter Library
Constructs a style for a dashed line
Declaration Syntax
C#Visual BasicVisual C++
public LineStyle(
	float lineWidth,
	LineDashStyle lineDashStyle
)
Public Sub New ( _
	lineWidth As Single, _
	lineDashStyle As LineDashStyle _
)
public:
LineStyle(
	float lineWidth, 
	LineDashStyle lineDashStyle
)
Parameters
lineWidth (Single)
The line width
lineDashStyle (LineDashStyle)
The dash style

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf) Version: 8.0.0.0 (8.0.0.0)