This class represents the version 1.3 opi dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 369, page 639.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 406, page 823.

A version 1.3 OPI dictionary provides metadata and placement parameters for high-resolution image substitution at output time.

The F entry holds the file specification of the high-resolution original. The ID entry holds a unique identifier. The Comments entry holds a human-readable description.

The Size entry gives the pixel dimensions of the high-resolution image. The CropRect entry defines the region used in the layout. The Position entry gives the four corner coordinates on the page.

The Resolution entry gives the image resolution. The ColorType, Color, and Tint entries describe the image colorants. The Overprint entry controls compositing at output.

The ImageType entry describes channel count and bit depth. The GrayMap entry holds a transfer curve for grayscale images. The Transparency entry indicates a transparent background.

The Tags entry holds application-specific key-value metadata not covered by the standard OPI 1.3 entries.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.OpiElement
          WebSupergoo.ABCpdf14.Elements.Version13OpiElement

 

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

 

   
   
Property
Description
EntryF Represents the "F" entry of the version 1.
EntryID Represents the "ID" entry of the version 1.
EntryComments Represents the "Comments" entry of the version 1.
EntrySize Represents the "Size" entry of the version 1.
EntryCropRect Represents the "CropRect" entry of the version 1.
EntryCropFixed Represents the "CropFixed" entry of the version 1.
EntryPosition Represents the "Position" entry of the version 1.
EntryResolution Represents the "Resolution" entry of the version 1.
EntryColorType Represents the "ColorType" entry of the version 1.
EntryColor Represents the "Color" entry of the version 1.
EntryTint Represents the "Tint" entry of the version 1.
EntryOverprint Represents the "Overprint" entry of the version 1.
EntryImageType Represents the "ImageType" entry of the version 1.
EntryGrayMap Represents the "GrayMap" entry of the version 1.
EntryTransparency Represents the "Transparency" entry of the version 1.
EntryTags Represents the "Tags" entry of the version 1.
inherited properties...