DlexFile Constructors
Overloads
DlexFile(Byte[]) | Initializes a new instance of the DlexFile class. |
DlexFile(Byte[], ResourceProvider) | Initializes a new instance of the DlexFile class. |
DlexFile(Byte[], String) | Initializes a new instance of the DlexFile class. |
DlexFile(Stream) | Initializes a new instance of the DlexFile class. |
DlexFile(Stream, ResourceProvider) | Initializes a new instance of the DlexFile class. |
DlexFile(Stream, String) | Initializes a new instance of the DlexFile class. |
DlexFile(String) | Initializes a new instance of the DlexFile class. |
DlexFile(Byte[])
Initializes a new instance of the DlexFile class.
public DlexFile(Byte[] byteArray)
Public Sub New (byteArray As Byte())
Parameters
- byteArray
- Byte[]
The byteArray object containing DLEX file data in the form of byte[].
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
DlexFile(Byte[], ResourceProvider)
Initializes a new instance of the DlexFile class.
public DlexFile(Byte[] byteArray, ResourceProvider resourceProvider)
Public Sub New (byteArray As Byte(), resourceProvider As ResourceProvider)
Parameters
- byteArray
- Byte[]
The byteArray object containing DLEX file data in the form of byte[].
- resourceProvider
- ResourceProvider
A resource provider to use to retrieve resources referenced in the DLEX file.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
DlexFile(Byte[], String)
Initializes a new instance of the DlexFile class.
public DlexFile(Byte[] byteArray, string basePath)
Public Sub New (byteArray As Byte(), basePath As String)
Parameters
- byteArray
- Byte[]
The byteArray object containing DLEX file data in the form of byte[].
- basePath
- String
The physical base path to use for resources referenced in the DLEX file.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
DlexFile(Stream)
Initializes a new instance of the DlexFile class.
public DlexFile(Stream stream)
Public Sub New (stream As Stream)
Parameters
- stream
- Stream
The Stream object containing DLEX file data.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
DlexFile(Stream, ResourceProvider)
Initializes a new instance of the DlexFile class.
public DlexFile(Stream stream, ResourceProvider resourceProvider)
Public Sub New (stream As Stream, resourceProvider As ResourceProvider)
Parameters
- stream
- Stream
The Stream object containing DLEX file data.
- resourceProvider
- ResourceProvider
A resource provider to use to retrieve resources referenced in the DLEX file.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
DlexFile(Stream, String)
Initializes a new instance of the DlexFile class.
public DlexFile(Stream stream, string basePath)
Public Sub New (stream As Stream, basePath As String)
Parameters
- stream
- Stream
The Stream object containing DLEX file data.
- basePath
- String
The physical base path to use for resources referenced in the DLEX file.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
DlexFile(String)
Initializes a new instance of the DlexFile class.
public DlexFile(string filePath)
Public Sub New (filePath As String)
Parameters
- filePath
- String
The file path to the DLEX file.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.