This class represents the optional content usage language dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 102, page 232.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 100, page 284.

The language usage dictionary associates an optional content group with a language preference. A conforming reader may turn the group on or off based on the viewer's current language setting.

The Lang entry holds a language tag in the format defined by RFC 3066, identifying the language of the group's content.

The Preferred entry, when set to ON, marks this language usage as the preferred state for the specified language. A viewer that finds no exact language match may fall back to preferred groups.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.OptionalContentUsageLanguageElement

 

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

 

   
   
Property
Description
EntryLang Represents the "Lang" entry of the optional content usage language dictionary object.
EntryPreferred Represents the "Preferred" entry of the optional content usage language dictionary object.
inherited properties...