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.
| Constructor and Description |
|---|
OutputIntent(String outputConditionIdentifier)
Initializes a new instance of the
OutputIntent class with the specified output condition identifier. |
| 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.
|
void |
setInfo(String value)
Sets a human-readable text that contains additional information or comments about the intended target device
or production condition.
|
void |
setOutputCondition(String value)
Gets or sets a text that concisely identifies the intended output device or production condition
in human-readable form.
|
void |
setOutputConditionIdentifier(String value)
Sets a text that identifies the intended output device or production condition in human-
or machine-readable form.
|
void |
setRegistryName(String value)
Sets a text that identifies the registry in which the condition designated
by
OutputConditionIdentifier(getOutputConditionIdentifier()/setOutputConditionIdentifier(String)) is defined. |
public OutputIntent(String outputConditionIdentifier)
Initializes a new instance of the OutputIntent class with the specified output condition identifier.
outputConditionIdentifier - The text that identifies the intended output device or production condition in human- or machine-readable form.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 void setOutputCondition(String value)
Gets or sets a text that concisely identifies the intended output device or production condition in human-readable form.
value - String valuepublic final String getOutputConditionIdentifier()
Gets a text that identifies the intended output device or production condition in human- or machine-readable form.
public final void setOutputConditionIdentifier(String value)
Sets a text that identifies the intended output device or production condition in human- or machine-readable form.
value - String valuepublic final String getRegistryName()
Gets a text that identifies the registry in which the condition designated
by OutputConditionIdentifier(getOutputConditionIdentifier()) is defined.
public final void setRegistryName(String value)
Sets a text that identifies the registry in which the condition designated
by OutputConditionIdentifier(getOutputConditionIdentifier()/setOutputConditionIdentifier(String)) is defined.
value - String valuepublic final String getInfo()
Gets a human-readable text that contains additional information or comments about the intended target device or production condition.
public final void setInfo(String value)
Sets a human-readable text that contains additional information or comments about the intended target device or production condition.
value - String valueCopyright © 2025 Aspose. All Rights Reserved.