DocumentLayout Constructors

Overloads

DocumentLayout(DlexFile)Initializes a new instance of the DocumentLayout class.
DocumentLayout(String)Initializes a new instance of the DocumentLayout class.

DocumentLayout(DlexFile)

Initializes a new instance of the DocumentLayout class.

public DocumentLayout(DlexFile dlex)
Public Sub New (dlex As DlexFile)

Parameters

dlex
DlexFile

The DlexFile to use to create the DocumentLayout class.

Licensing Info

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

DocumentLayout(String)

Initializes a new instance of the DocumentLayout class.

public DocumentLayout(string filePath)
Public Sub New (filePath As String)

Parameters

filePath
String

The physical file path of the DLEX file to use.

Licensing Info

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

See Also

DocumentLayout
ceTe.DynamicPDF.LayoutEngine

In this topic