PdfTableBorder.SetCellHorBorder Method (Double, Color)

PDF File Writer

PdfTableBorderSetCellHorBorder Method (Double, Color)

Set cell horizontal border line

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void SetCellHorBorder(
	double Width,
	Color Color
)

Parameters

Width
Type: SystemDouble
Line width
Color
Type: System.DrawingColor
LineColor
See Also