TiffFile Constructors
Overloads
TiffFile(Byte[]) | Initializes a new instance of the TiffFile class. |
TiffFile(Stream) | Initializes a new instance of the TiffFile class. |
TiffFile(String) | Initializes a new instance of the TiffFile class. |
TiffFile(Byte[])
Initializes a new instance of the TiffFile class.
public TiffFile(Byte[] data)
Public Sub New (data As Byte())
Parameters
- data
- Byte[]
Byte array containing the TIFF 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.
TiffFile(Stream)
Initializes a new instance of the TiffFile class.
public TiffFile(Stream stream)
Public Sub New (stream As Stream)
Parameters
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.
TiffFile(String)
Initializes a new instance of the TiffFile class.
public TiffFile(string filePath)
Public Sub New (filePath As String)
Parameters
- filePath
- String
The physical file path of the TIFF.
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.