Pdf |
Class | Description | |
---|---|---|
Destination | 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. | |
DirectDestination | 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. | |
EmbeddedPdfLink | A link to an embedded PDF document | |
FitHeightDestination | 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. | |
FitPageDestination | 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. | |
FitRectangleDestination | 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. | |
FitWidthDestination | 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. | |
InternalLink | A document-wide link | |
Link | A link | |
LinkList | ||
LocationZoomDestination | 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). | |
NamedDestination |
A named destination that can be referred by name.
Named destinations have two advantages compared to direct destinations:
| |
OutlineCopyOptions | ||
OutlineItem | An outline item represents an entry in the outline tree of the document. It is also known as "Bookmark". | |
OutlineItemList | ||
ViewerSettings | ||
WebLink | An external link |
Structure | Description | |
---|---|---|
PageDisplay |
Enumeration | Description | |
---|---|---|
NamedDestinationCopyStrategy | ||
PageLayout | Specifies the horizontal arrangement for displaying pages. | |
ViewerNavigationPane | Specifies an informational side pane in a viewer used for document navigation or displaying document wide information. |