PdfTableBorder.SetAllBorders Method (Double, Double)

PDF File Writer

PdfTableBorderSetAllBorders Method (Double, Double)

Set all borders

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

Parameters

FrameWidth
Type: SystemDouble
Frame border line width
GridWidth
Type: SystemDouble
Grid borders line width
See Also