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

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 268, page 489.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 279, page 613.

A media criteria dictionary specifies the conditions that must be satisfied for a rendition to be selected for playback. Each entry tests one aspect of the playback environment, and all specified tests must pass for the rendition to be considered suitable.

Criteria cover a range of environmental factors: whether the user can interact with the annotation, the language of the system, the rendering technology available, screen depth, screen size, audio volume, player availability, and the type of operating system in use.

When multiple renditions are available in a selector rendition, a conforming reader evaluates the criteria of each candidate in order and selects the first one whose criteria are all satisfied. A rendition without a criteria dictionary is considered unconditionally suitable.

Criteria entries are independent of one another. An absent entry means that criterion is not tested and is treated as satisfied.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.MediaCriteriaElement

 

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

 

   
   
Property
Description
EntryType Represents the "Type" entry of the media criteria dictionary object.
EntryA Represents the "A" entry of the media criteria dictionary object.
EntryC Represents the "C" entry of the media criteria dictionary object.
EntryO Represents the "O" entry of the media criteria dictionary object.
EntryS Represents the "S" entry of the media criteria dictionary object.
EntryR Represents the "R" entry of the media criteria dictionary object.
EntryD Represents the "D" entry of the media criteria dictionary object.
EntryZ Represents the "Z" entry of the media criteria dictionary object.
EntryV Represents the "V" entry of the media criteria dictionary object.
EntryP Represents the "P" entry of the media criteria dictionary object.
EntryL Represents the "L" entry of the media criteria dictionary object.
inherited properties...