This class represents the output intent dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 365, page 633.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 401, page 814.

An output intent dictionary describes the intended output condition for a PDF document or page, providing information needed for color management when printing or displaying.

The S entry names the output intent subtype: GTS_PDFX for PDF/X, GTS_PDFA1 for PDF/A, and ISO_PDFE1 for PDF/E. Other values support custom conditions.

The OutputConditionIdentifier entry names the output condition. For registered conditions, the RegistryName entry gives the URL of the registry. For custom conditions, any identifying string may be used.

The DestOutputProfile entry references an embedded ICC profile stream characterising the target output device. The DestOutputProfileRef entry, added in PDF 2.0, references a profile defined elsewhere in the document, allowing multiple output intents to share one profile.

The MixingHints and SpectralData entries carry additional color characterization data for advanced workflows.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.OutputIntentElement

 

   
   
Method
Description
OutputIntentElement Create a new OutputIntentElement.
inherited methods...

 

   
   
Property
Description
EntryType Represents the "Type" entry of the output intent dictionary object.
EntryS Represents the "S" entry of the output intent dictionary object.
EntryOutputCondition Represents the "OutputCondition" entry of the output intent dictionary object.
EntryOutputConditionIdentifier Represents the "OutputConditionIdentifier" entry of the output intent dictionary object.
EntryRegistryName Represents the "RegistryName" entry of the output intent dictionary object.
EntryInfo Represents the "Info" entry of the output intent dictionary object.
EntryDestOutputProfile Represents the "DestOutputProfile" entry of the output intent dictionary object.
EntryDestOutputProfileRef Represents the "DestOutputProfileRef" entry of the output intent dictionary object.
EntryMixingHints Represents the "MixingHints" entry of the output intent dictionary object.
EntrySpectralData Represents the "SpectralData" entry of the output intent dictionary object.
inherited properties...