Click or drag to resize

PdfTableBorderStyle Enumeration

Border style options available for the PdfTable. To be used to set the PdfTable.BorderStyle property.

Namespace:  Atalasoft.PdfDoc.Generating.Shapes
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum PdfTableBorderStyle
Members
  Member nameDescription
None Draw no border. No vertical column lines, no horizontal row lines
Vertical Draw only vertical column lines
Horizontal Draw only horizontal row lines
Outline Draw only outside border. No vertical column lines and NO horizontal row lines
Grid Draws vertical column lines and horizontal row lines and outside border lines
See Also