PdfTableBorder.SetAllBorders Method (Double, Color)

PDF File Writer

PdfTableBorderSetAllBorders Method (Double, Color)

Set all borders to the same line width and color

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

Parameters

Width
Type: SystemDouble
Border line width
Color
Type: System.DrawingColor
Border line color
See Also