DocumentNavigator Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a tool to navigate throught FixedDocument.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.Interactive.NavigationDocumentNavigator

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

public sealed class DocumentNavigator

The DocumentNavigator type exposes the following members.

Properties

  NameDescription
Public propertyCurrentIndex
Gets the index of the current page.
Public propertyCurrentPage
Gets the current page.
Top
Methods

  NameDescription
Public methodMove(Int32)
Moves cursor to the specified index
Public methodMove(ArticleBead)
Moves cursor using the specified ArticleBead.
Public methodMove(Bookmark)
Moves cursor to the specified Bookmark.
Public methodMove(Destination)
Moves cursor to the specified Destination.
Public methodMove(GoToAction)
Moves cursor using the specified GoToAction.
Public methodMove(LinkAnnotation)
Moves cursor using the specified LinkAnnotation. It will moved only if Action is GoToAction.
Public methodMove(Page)
Moves cursor to the specified Page.
Public methodMove(Int32, Boundary)
Moves cursor to the specified index
Public methodMove(Int32, Origin)
Sets the position within the current navigator.
Public methodMove(Destination, Object)
Moves cursor to the specified Destination.
Public methodMove(GoToAction, Object)
Moves cursor using the specified GoToAction.
Public methodMove(Page, Boundary)
Moves cursor to the specified Page.
Public methodMove(Int32, Boundary, Object)
Moves cursor to the specified index
Public methodMove(Page, Boundary, Object)
Moves cursor to the specified Page.
Public methodMove(Int32, Origin, Boundary, Object)
Sets the position within the current navigator.
Top
Events

  NameDescription
Public eventNavigated
Occurs when navigation was completed.
Top
See Also

Reference