Table of Contents
AcmGridLineType Enumeration

Indicates grid line type for an AcmTable object.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace: EO.Pdf.Acm
Assembly: EO.Pdf (in EO.Pdf.dll)

Syntax
 public enum AcmGridLineType
Members
Member Name Description Value
None No grid line. 0
GridV Vertical grid line only. 1
GridH Horizontal grid line only. 2
Grid Both horizontal and vertical grid lines. 3
Frame Only frames. 4
All Both frames and grid line. 7
See Also