PdfTableBorder.SetBottomBorder Method (Double, Color)

PDF File Writer

PdfTableBorderSetBottomBorder Method (Double, Color)

Set bottom border line

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

Parameters

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