Click or drag to resize
Pdf Library for .NET

PdfLineStyle(Single, PdfLineDashStyle) Constructor

Constructs a line style for a dashed line with the specified line width.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public PdfLineStyle(
	float lineWidth,
	PdfLineDashStyle lineDashStyle
)

Parameters

lineWidth  Single
The line width.
lineDashStyle  PdfLineDashStyle
The dash style.
See Also