PdfTableBorder.CellHorBorder Property

PDF File Writer

PdfTableBorderCellHorBorder Property

Cell horizontal border line

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public PdfTableBorderStyle CellHorBorder { get; }

Property Value

Type: PdfTableBorderStyle
Remarks
One border style for all horizontal borders between rows of cells.
See Also