OutputIntent Constructors
Overloads
OutputIntent(String, String, String) | Initializes a new instance of the OutputIntent class. |
OutputIntent(String, String, String, String) | Initializes a new instance of the OutputIntent class. |
OutputIntent(String, String, String, String, IccProfile) | Initializes a new instance of the OutputIntent class. |
OutputIntent(String, String, String)
Initializes a new instance of the OutputIntent class.
public OutputIntent(string outputCondition, string outputConditionIdentifier, string registryName)
Public Sub New (outputCondition As String, outputConditionIdentifier As String, registryName As String)
Parameters
- outputCondition
- String
The output condition.
- outputConditionIdentifier
- String
The output condition identifier.
- registryName
- String
The registry name.
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.
OutputIntent(String, String, String, String)
Initializes a new instance of the OutputIntent class.
public OutputIntent(string outputCondition, string outputConditionIdentifier, string registryName, string info)
Public Sub New (outputCondition As String, outputConditionIdentifier As String, registryName As String, info As String)
Parameters
- outputCondition
- String
The output condition.
- outputConditionIdentifier
- String
The output condition identifier.
- registryName
- String
The registry name.
- info
- String
Additional information or comments.
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.
OutputIntent(String, String, String, String, IccProfile)
Initializes a new instance of the OutputIntent class.
public OutputIntent(string outputCondition, string outputConditionIdentifier, string registryName, string info, IccProfile iccProfile)
Public Sub New (outputCondition As String, outputConditionIdentifier As String, registryName As String, info As String, iccProfile As IccProfile)
Parameters
- outputCondition
- String
The output condition.
- outputConditionIdentifier
- String
The output condition identifier.
- registryName
- String
The registry name.
- info
- String
Additional information or comments.
- iccProfile
- IccProfile
The IccProfile to be used.
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.