Click or drag to resize
Pdftools logo

PdfTools.Toolbox.Pdf.Navigation Namespace

 
Classes
 ClassDescription
Public classDestination A destination is a location in the document that can be used as a jump target, e.g. for outline items (bookmarks) or link annotations.
Public classDirectDestination

A destination that directly points to a specific location in the document.

Note: Many PDF viewers support different viewing modes like "fit page" or "fit width". Most destination types will change the current viewing mode in those viewers.

Changing the viewing mode is usually not very well received by users and thus a LocationZoomDestination should be preferred in most cases.

Public classEmbeddedPdfLink

A link to an embedded PDF document

Public classFitHeightDestination

A destination fits the height of a page into the viewport.

Note: Many PDF viewers support different viewing modes like "fit page" or "fit width". A FitHeightDestination will change the current viewing mode to "fit height" in those viewers.

Changing the viewing mode is usually not very well received by users and thus a LocationZoomDestination should be preferred in most cases.

Public classFitPageDestination

A destination fits an entire page into the viewport.

Note: Many PDF viewers support different viewing modes like "fit page" or "fit width". A FitPageDestination will change the current viewing mode to "fit page" in those viewers.

Changing the viewing mode is usually not very well received by users and thus a LocationZoomDestination should be preferred in most cases.

Public classFitRectangleDestination

A destination that fits a specified area of a page into the viewport.

Note: Many PDF viewers support different viewing modes like "fit page" or "fit width". A FitRectangleDestination will change the current viewing mode to standard mode in those viewers, i.e. deactivate any special mode like "fit page" or "fit width".

Changing the viewing mode is usually not very well received by users and thus a LocationZoomDestination should be preferred in most cases.

Public classFitWidthDestination

A destination fits the width of a page into the viewport.

Note: Many PDF viewers support different viewing modes like "fit page" or "fit width". A FitWidthDestination will change the current viewing mode to "fit width" in those viewers.

Changing the viewing mode is usually not very well received by users and thus a LocationZoomDestination should be preferred in most cases.

Public classInternalLink

A document-wide link

Public classLink

A link

Public classLinkList
Public classLocationZoomDestination A destination that points to a specific location on the target page, using a specified zoom factor. The location is displayed in the top left corner of the viewport (if possible).
Public classNamedDestination A named destination that can be referred by name. Named destinations have two advantages compared to direct destinations:
  • The name can be used in web links, e.g. http://www.example.com/document.pdf#destinationname
  • If the target destination of a named destination is changed, all occurrences automatically point ot the new target.
Public classOutlineCopyOptions
Public classOutlineItem An outline item represents an entry in the outline tree of the document. It is also known as "Bookmark".
Public classOutlineItemList
Public classViewerSettings
Public classWebLink

An external link

Structures
 StructureDescription
Public structurePageDisplay
Enumerations
 EnumerationDescription
Public enumerationNamedDestinationCopyStrategy
Public enumerationPageLayout Specifies the horizontal arrangement for displaying pages.
Public enumerationViewerNavigationPane Specifies an informational side pane in a viewer used for document navigation or displaying document wide information.