Click or drag to resize

PdfLineStyleWidth Property

Gets or sets the width of the line in PDF units.

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 double Width { get; set; }

Property Value

Type: Double
The width in PDF units. Width should be 0 or greater. 0 represents the smallest width that can be represented on the target device. On very high resolution devices, this may be nearly invisible and should be avoided.
See Also