Apitron.PDF.Kit.Interactive.Navigation.DocumentLevel Namespace

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Defines a hierarchical outline showing the PDF document’s internal structure.
Classes

  ClassDescription
Public classBookmark
The tree-structured hierarchy of outline items (sometimes called bookmarks), which serve as a visual table of contents to display the document’s structure to the user.
Public classDestination
This class represents a destination.
Public classDestinationType
This class represents an explicit destination.
Public classDestinationTypeFit
This type of destination display the page designated by page, with its contents magnified just enough to fit the entire page within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the page within the window in the other dimension.
Public classDestinationTypeFitB
This type of destination display the page designated by page, with its contents magnified just enough to fit its bounding box entirely within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the bounding box within the window in the other dimension.
Public classDestinationTypeFitBH
This type of destination display the page designated by page, with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of its bounding box within the window. A null value for top specifies that the current value of that parameter shall be retained unchanged.
Public classDestinationTypeFitBV
This type of destination display the page designated by page, with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of its bounding box within the window. A null value for left specifies that the current value of that parameter shall be retained unchanged.
Public classDestinationTypeFitH
This type of destination display the page designated by page, with the vertical coordinate toppositioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of the page within the window. A null value for top specifies that the current value of that parameter shall be retained unchanged.
Public classDestinationTypeFitR
This type of destination display the page designated by page, with its contents magnified just enough to fit the rectangle specified by the coordinates left, bottom, right, and top entirely within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the rectangle within the window in the other dimension.
Public classDestinationTypeFitV
This type of destination display the page designated by page, with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of the page within the window. A null value for left specifies that the current value of that parameter shall be retained unchanged.
Public classDestinationTypeXYZ
This type of destination display the page designated by page, with the coordinates (left, top) positioned at the upper-left corner of the window and the contents of the page magnified by the factor zoom. A null value for any of the parameters left, top, or zoom specifies that the current value of that parameter shall be retained unchanged. A zoom value of 0 has the same meaning as a null value.
Public classNavigator
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.
Enumerations

  EnumerationDescription
Public enumerationNamedLayout
This enum represents an allowed list for named layout types. Named layouts provide a number of options for presenting the contents of the collection to a user. These options are provided to allow the choice of a navigator that is best suited to presenting the collection’s contents, including the folder structures and file attachments.