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

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 364, page 632.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 400, page 813.

A separation dictionary describes one color separation of a composite page in a pre-separated PDF job.

The Pages entry holds an array of indirect references to all separation page objects for the composite page, linking all separations together.

The DeviceColorant entry names the device colorant this separation represents: Cyan, Magenta, Yellow, Black, or a spot color name.

The ColorSpace entry holds a color space array mapping the separation tint values to a device-independent color, supporting on-screen proofing.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.SeparationElement

 

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

 

   
   
Property
Description
EntryPages Represents the "Pages" entry of the separation dictionary object.
EntryDeviceColorant Represents the "DeviceColorant" entry of the separation dictionary object.
EntryColorSpace Represents the "ColorSpace" entry of the separation dictionary object.
inherited properties...