Click or drag to resize

PdfTableBorderStyle Property

The border style for the table. See PdfTableBorderStyle The default border style is None. Border options are: Grid,Vertical,Horizontal,Outline, None.

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 PdfTableBorderStyle BorderStyle { get; set; }

Property Value

Type: PdfTableBorderStyle
A PdfTableBorderStyle to render the gridlines
Examples
pdfTable.BorderStyle = PdfTableBorderStyle.Vertical;
See Also