LayoutData Constructors

Overloads

LayoutData()Creates new instance of the name value layout data (only available in version 10.27+).
LayoutData(Object)Creates new instance of the layout data (only available in version 10.27+).

LayoutData()

Creates new instance of the name value layout data (only available in version 10.27+).

public LayoutData()
Public Sub New ()

Licensing Info

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

Remarks

This constructor is only available with version 10.27 and later.

LayoutData(Object)

Creates new instance of the layout data (only available in version 10.27+).

public LayoutData(Object data)
Public Sub New (data As Object)

Parameters

data
Object

Data to be used when laying out a document.

Licensing Info

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

Remarks

This constructor is only available with version 10.27 and later.

See Also

LayoutData
ceTe.DynamicPDF.LayoutEngine

In this topic