This class represents the navigation node dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 163, page 380.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 165, page 461.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.NavigationNodeElement

A navigation node dictionary is part of a navigation tree providing alternate navigation paths for a document, primarily used in connection with PDF presentation features.

The NA and PA entries reference the next and previous actions to execute when navigating forward and backward through the tree. The Next and Prev entries link sibling nodes, and Dur gives the recommended dwell time in seconds before automatic advance.

 

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

 

   
   
Property
Description
EntryType Represents the "Type" entry of the navigation node dictionary object.
EntryNA Represents the "NA" entry of the navigation node dictionary object.
EntryPA Represents the "PA" entry of the navigation node dictionary object.
EntryNext Represents the "Next" entry of the navigation node dictionary object.
EntryPrev Represents the "Prev" entry of the navigation node dictionary object.
EntryDur Represents the "Dur" entry of the navigation node dictionary object.
inherited properties...