Navigator Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a navigator. A portable collection can include an interactive layout, or presentation, for the collection contents (PDF 2.0) called a navigator. When a navigator is specified, a PDF processor should display that interactive layout and allow it to drive the presentation of the collection. Navigators are specified by identifying a named layout, used to identify a presentation for the content within a collection. These interactive layouts provide more choice in presenting the collection contents than the simple views specified by the [!:PortableCollection.View] property in the collection. When a navigator dictionary is present, a PDF processor should use the value of the Layout entry to present the collection to the user.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
      Apitron.PDF.Kit.Interactive.Navigation.DocumentLevelNavigator

Namespace:  Apitron.PDF.Kit.Interactive.Navigation.DocumentLevel
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class Navigator : UndefinedResource

The Navigator type exposes the following members.

Constructors

  NameDescription
Public methodNavigator
Initializes a new instance of the Navigator class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyNamedLayouts
Gets or sets one or more names specifying the named layout of the navigator that should be used. When multiple names are provided, an interactive PDF processor should present the first one it is capable of displaying in the order present in the array.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
See Also

Reference