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

Properties

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

See Also