Click or drag to resize
LineStyle Constructor (Single, LineCapStyle, LineJoinStyle)
Constructs a style for a line with the specified width, cap and join styles

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public LineStyle(
	float lineWidth,
	LineCapStyle lineCapStyle,
	LineJoinStyle lineJoinStyle
)

Parameters

lineWidth
Type: SystemSingle
The line width in graphic units
lineCapStyle
Type: ExpertPdf.HtmlToPdf.PdfDocumentLineCapStyle
The line cap style
lineJoinStyle
Type: ExpertPdf.HtmlToPdf.PdfDocumentLineJoinStyle
The line join style
See Also