This class represents the media rendition dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 271, page 491.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 282, page 615.

A media rendition dictionary is the primary rendition type that specifies the actual media content to be played. It references a media clip dictionary that identifies the media data, a media play parameters dictionary that controls playback behaviour, and a media screen parameters dictionary that controls where and how the media appears on screen.

The C entry references the media clip dictionary, which identifies the source of the media data either as an embedded or external file.

The P entry references the media play parameters dictionary, which controls volume, duration, rate, and other playback settings.

The SP entry references the media screen parameters dictionary, which controls the display window size, position, style, and background.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.RenditionElement
          WebSupergoo.ABCpdf14.Elements.MediaRenditionElement

 

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

 

   
   
Property
Description
EntryC Represents the "C" entry of the media rendition dictionary object.
EntryP Represents the "P" entry of the media rendition dictionary object.
EntrySP Represents the "SP" entry of the media rendition dictionary object.
inherited properties...