public final class OutputIntent extends Object
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.
Modifier and Type | Method and Description |
---|---|
String |
getInfo()
Gets a human-readable text that contains additional information or comments about the intended target device
or production condition.
|
String |
getOutputCondition()
Gets a text that concisely identifies the intended output device or production condition
in human-readable form.
|
String |
getOutputConditionIdentifier()
Gets a text that identifies the intended output device or production condition in human-
or machine-readable form.
|
String |
getRegistryName()
Gets a text that identifies the registry in which the condition designated
by
OutputConditionIdentifier (getOutputConditionIdentifier() ) is defined. |
String |
getSubtype()
Gets the output intent subtype.
|
public final String getSubtype()
Gets the output intent subtype.
public final String getOutputCondition()
Gets a text that concisely identifies the intended output device or production condition in human-readable form.
public final String getOutputConditionIdentifier()
Gets a text that identifies the intended output device or production condition in human- or machine-readable form.
public final String getRegistryName()
Gets a text that identifies the registry in which the condition designated
by OutputConditionIdentifier
(getOutputConditionIdentifier()
) is defined.
public final String getInfo()
Gets a human-readable text that contains additional information or comments about the intended target device or production condition.
Copyright © 2023 Aspose. All Rights Reserved.