LayoutGrid Constructors

Overloads

LayoutGrid()Initializes a new instance of the LayoutGrid class.
LayoutGrid(Boolean)Initializes a new instance of the LayoutGrid class.
LayoutGrid(LayoutGrid.GridType)Initializes a new instance of the LayoutGrid class.
LayoutGrid(LayoutGrid.GridType, Boolean)Initializes a new instance of the LayoutGrid class.

LayoutGrid()

Initializes a new instance of the LayoutGrid class.

public LayoutGrid()
Public Sub New ()

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

LayoutGrid(Boolean)

Initializes a new instance of the LayoutGrid class.

public LayoutGrid(bool showTitle)
Public Sub New (showTitle As Boolean)

Parameters

showTitle
Boolean

This value specifies whether or not to display the grid's title information.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

LayoutGrid(LayoutGrid.GridType)

Initializes a new instance of the LayoutGrid class.

public LayoutGrid(GridType type)
Public Sub New (type As GridType)

Parameters

type
GridType

Type of grid to display.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

LayoutGrid(LayoutGrid.GridType, Boolean)

Initializes a new instance of the LayoutGrid class.

public LayoutGrid(GridType type, bool showTitle)
Public Sub New (type As GridType, showTitle As Boolean)

Parameters

type
GridType

Type of grid to display.

showTitle
Boolean

This value specifies whether or not to display the grid's title information.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

LayoutGrid
ceTe.DynamicPDF.PageElements

In this topic