PdfTableBorder.SetCellVertBorder Method (Int32, Double)

PDF File Writer

PdfTableBorderSetCellVertBorder Method (Int32, Double)

Set cell vertical 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
)

Parameters

Index
Type: SystemInt32
Border line index
Width
Type: SystemDouble
Line width
See Also