Click or drag to resize

PdfTableBorderWidth Property

Gets/sets the width the border should be drawn. This applies to all the lines that are drawn for the table The default border width is 1.

Namespace:  Atalasoft.PdfDoc.Generating.Shapes
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public double BorderWidth { get; set; }

Property Value

Type: Double
The borderwidth of the gridlines.
See Also