Click or drag to resize

PdfLineStyle Constructor (Double)

Initializes a new instance of the PdfLineStyle class with defaults, except for the width.

Namespace:  Atalasoft.PdfDoc.Generating.Rendering
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfLineStyle(
	double width
)

Parameters

width
Type: SystemDouble
The width of the line in PDF units.
See Also