PDF File Writer Class Library - Author Uzi Granot
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)

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
