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

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 160, page 454.

Adobe Supplement to the ISO 32000, BaseVersion: 1.7, ExtensionLevel: 3; Table: 8.6d, page 34.

This class is always an indirect object because CollectionElement.EntryNavigator requires it to be so.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.NavigatorElement

A navigator dictionary describes a SWF-based custom navigator component that replaces the default portfolio UI. The SWF entry references the embedded SWF stream.

The Name, Desc, Category, ID, Version, and APIVersion entries provide metadata. The LoadType entry controls loading eagerness. The Locale, Strings, and InitialFields entries support localisation and initial configuration.

The Resources and Layout entries supply additional resources and layout parameters used by the navigator to render the portfolio interface.

 

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

 

   
   
Property
Description
EntryType Represents the "Type" entry of the navigator dictionary object.
EntrySWF Represents the "SWF" entry of the navigator dictionary object.
EntryName Represents the "Name" entry of the navigator dictionary object.
EntryDesc Represents the "Desc" entry of the navigator dictionary object.
EntryCategory Represents the "Category" entry of the navigator dictionary object.
EntryID Represents the "ID" entry of the navigator dictionary object.
EntryVersion Represents the "Version" entry of the navigator dictionary object.
EntryAPIVersion Represents the "APIVersion" entry of the navigator dictionary object.
EntryLoadType Represents the "LoadType" entry of the navigator dictionary object.
EntryIcon Represents the "Icon" entry of the navigator dictionary object.
EntryLocale Represents the "Locale" entry of the navigator dictionary object.
EntryStrings Represents the "Strings" entry of the navigator dictionary object.
EntryInitialFields Represents the "InitialFields" entry of the navigator dictionary object.
EntryResources Represents the "Resources" entry of the navigator dictionary object.
EntryLayout Represents the "Layout" entry of the navigator dictionary object.
inherited properties...