Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
Apitron.PDF.Kit.Interactive.Navigation.DocumentLevelNavigator
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
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
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
The Navigator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Navigator |
Initializes a new instance of the Navigator class.
|
Properties
Name | Description | |
---|---|---|
![]() | CanBeExported |
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.) |
![]() | NamedLayouts |
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.
|
![]() | ResourceType |
Gets the resource type.
(Inherited from Resource.) |
See Also