PdfTableBorder.SetCellVertBorder Method (Int32, Double, Color)

PDF File Writer

PdfTableBorderSetCellVertBorder Method (Int32, 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 SetCellVertBorder(
	int Index,
	double Width,
	Color Color
)

Parameters

Index
Type: SystemInt32
Border line index
Width
Type: SystemDouble
Line width
Color
Type: System.DrawingColor
LineColor
See Also