DocumentNavigator Class

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
This class represents a document navigator.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Rasterizer.NavigationDocumentNavigator

Namespace:  Apitron.PDF.Rasterizer.Navigation
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.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 methodGoToBookmark
Moves cursor to the specified Bookmark.
Public methodGoToLink
Moves cursor to the specified Link.
Public methodGoToPage(Int32)
Moves cursor to the specified index
Public methodGoToPage(Page)
Moves cursor to the specified Page.
Public methodGoToSearchResult
Moves cursor to the specified SearchResultItem.
Public methodMove
Sets the position within the current navigator.
Public methodMoveBackward
Moves cursor to previous position.
Public methodMoveForward
Moves cursor to next position.
Top
Events

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

Reference