PdfTableBorder.SetAllBorders Method (Double, Color, Double, Color)

PDF File Writer

PdfTableBorderSetAllBorders Method (Double, Color, Double, Color)

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,
	Color FrameColor,
	double GridWidth,
	Color GridColor
)

Parameters

FrameWidth
Type: SystemDouble
Frame border line width
FrameColor
Type: System.DrawingColor
Frame border color
GridWidth
Type: SystemDouble
Grid borders line width
GridColor
Type: System.DrawingColor
Grid line color
See Also