PdfTableBorder.SetFrame Method (Double, Color)

PDF File Writer

PdfTableBorderSetFrame Method (Double, Color)

Set frame border lines

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void SetFrame(
	double FrameWidth,
	Color FrameColor
)

Parameters

FrameWidth
Type: SystemDouble
Frame line width
FrameColor
Type: System.DrawingColor
Frame line color
See Also