PdfTableBorder.SetHeaderVertBorder Method (Int32, Double)

PDF File Writer

PdfTableBorderSetHeaderVertBorder Method (Int32, Double)

Set header vertical border line

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void SetHeaderVertBorder(
	int Index,
	double Width
)

Parameters

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