OutputIntent
Represents an output intent.
public class OutputIntent
Public Class OutputIntent
Inheritance: ObjectOutputIntent
Licensing Info
This class 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.
Constructors
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. |
Properties
IfraNewsPrint22 | Gets the Ifra Newsprint 22 output intent. |
IfraNewsPrint28 | Gets the Ifra Newsprint 28 output intent. |
Info | Gets or sets the additional information of the output intent. |
IsoCoated | Gets the ISO Coated output intent. |
IsoUncoated | Gets the ISO Uncoated output intent. |
IsoUncoatedYellowish | Gets the ISO Uncoated Yellowish output intent. |
IsoWebCoated | Gets the ISO Web Coated output intent. |
OutputCondition | Gets or sets the output condition of the output intent. |
OutputConditionIdentifier | Gets or sets the output condition identifier of the output intent. |
RegistryName | Gets or sets the registry name of the output intent. |
USWebCoatedSwop | Gets the US Web Coated (SWOP) v2 output intent. |
Version | Gets or Sets the OutputIntentVersion to PDF/X or PDF/A |
Methods
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
SetDestOutputProfile(IccProfile) | Sets the destination output profile to the given IccProfile . |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |