Class OutputIntent

OutputIntent class

Represents an output intent that matches the color characteristics of a PDF document with those of a target output device or production environment in which the document will be printed.

public sealed class OutputIntent

Constructors

NameDescription
OutputIntent(string)Initializes a new instance of the OutputIntent class with the specified output condition identifier.

Properties

NameDescription
Info { get; set; }Gets or sets a human-readable text that contains additional information or comments about the intended target device or production condition.
OutputCondition { get; set; }Gets or sets a text that concisely identifies the intended output device or production condition in human-readable form.
OutputConditionIdentifier { get; set; }Gets or sets a text that identifies the intended output device or production condition in human- or machine-readable form.
RegistryName { get; set; }Gets or sets a text that identifies the registry in which the condition designated by OutputConditionIdentifier is defined.
Subtype { get; }Gets the output intent subtype.

See Also