Click or drag to resize

PdfTableBorderColor Property

Gets/sets the color to draw the border grid lines. The default border color is black.

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 IPdfColor BorderColor { get; set; }

Property Value

Type: IPdfColor
A IPdfColor color the border gridlines should draw
Examples
pdfTable.BorderColor = PdfColorFactory.FromColor(System.Drawing.Color.Black);
See Also