This class represents the destoutputprofileref dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 402, page 817.

The output profiles element carries an ICC color profile as a stream, describing the intended output color space for a document or page. It appears in the OutputIntents array when the output condition is defined by an embedded profile.

The profile stream conforms to the ICC specification. Its color space signature determines the number of channels and the type of output device the profile describes.

Descriptive entries accompany the stream to identify the profile: its name, ICC version, input color space, a checksum for integrity verification, a colorant table, and URLs for external retrieval.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.OutputProfilesElement

 

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

 

   
   
Property
Description
EntryCheckSum Represents the "CheckSum" entry of the destoutputprofileref dictionary object.
EntryColorantTable Represents the "ColorantTable" entry of the destoutputprofileref dictionary object.
EntryICCVersion Represents the "ICCVersion" entry of the destoutputprofileref dictionary object.
EntryProfileCS Represents the "ProfileCS" entry of the destoutputprofileref dictionary object.
EntryProfileName Represents the "ProfileName" entry of the destoutputprofileref dictionary object.
EntryURLs Represents the "URLs" entry of the destoutputprofileref dictionary object.
inherited properties...