IccProfile Constructors
Overloads
IccProfile(Byte[]) | Initializes a new instance of the IccProfile class. |
IccProfile(Stream) | Initializes a new instance of the IccProfile class. |
IccProfile(String) | Initializes a new instance of the IccProfile class. |
IccProfile(Byte[])
Initializes a new instance of the IccProfile class.
public IccProfile(Byte[] iccProfile)
Public Sub New (iccProfile As Byte())
Parameters
- iccProfile
- Byte[]
A byte array containing the ICC profile 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.
IccProfile(Stream)
Initializes a new instance of the IccProfile class.
public IccProfile(Stream iccProfile)
Public Sub New (iccProfile 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.
IccProfile(String)
Initializes a new instance of the IccProfile class.
public IccProfile(string filePath)
Public Sub New (filePath As String)
Parameters
- filePath
- String
A Physical path to the file containing the ICC profile 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.