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.
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.