ExpertPdf Html to Pdf Converter Library
LineStyle Constructor (lineWidth, lineCapStyle, lineJoinStyle)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentLineStyleLineStyle(Single, LineCapStyle, LineJoinStyle)
ExpertPdf Html to Pdf Converter Library
Constructs a style for a line with the specified width, cap and join styles
Declaration Syntax
C#Visual BasicVisual C++
public LineStyle(
	float lineWidth,
	LineCapStyle lineCapStyle,
	LineJoinStyle lineJoinStyle
)
Public Sub New ( 
	lineWidth As Single,
	lineCapStyle As LineCapStyle,
	lineJoinStyle As LineJoinStyle
)
public:
LineStyle(
	float lineWidth, 
	LineCapStyle lineCapStyle, 
	LineJoinStyle lineJoinStyle
)
Parameters
lineWidth (Single)
The line width in graphic units
lineCapStyle (LineCapStyle)
The line cap style
lineJoinStyle (LineJoinStyle)
The line join style

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)