PdfTableBorder.SetAllBorders Method (Double)

PDF File Writer

PdfTableBorderSetAllBorders Method (Double)

Set all borders to the same line width

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

Parameters

Width
Type: SystemDouble
Border line width
See Also