![]() |
Vanilla.PDF
2.2.0
Cross-platform toolkit for creating and modifying PDF documents
|
A destination defines a particular view of a document. More...
Classes | |
| class | DestinationHandle |
| Base class for all destinations. More... | |
| class | XYZDestinationHandle |
| XYZ destination with optional left, top, and zoom parameters. More... | |
| class | FitDestinationHandle |
| Fit destination that fits the entire page within the window. More... | |
| class | FitHorizontalDestinationHandle |
| FitH destination with vertical coordinate at top edge. More... | |
| class | FitVerticalDestinationHandle |
| FitV destination with horizontal coordinate at left edge. More... | |
| class | FitRectangleDestinationHandle |
| FitR destination that fits specified rectangle within window. More... | |
| class | FitBoundingBoxDestinationHandle |
| FitB destination that fits bounding box within window. More... | |
| class | FitBoundingBoxHorizontalDestinationHandle |
| FitBH destination with vertical coordinate at top of bounding box. More... | |
| class | FitBoundingBoxVerticalDestinationHandle |
| FitBV destination with horizontal coordinate at left of bounding box. More... | |
| class | NamedDestinationsHandle |
| A map of unique names mapped to their associated a DestinationHandle. More... | |
Enumerations | |
| enum | DestinationType { DestinationType_Undefined = 0 , DestinationType_XYZ , DestinationType_Fit , DestinationType_FitHorizontal , DestinationType_FitVertical , DestinationType_FitRectangle , DestinationType_FitBoundingBox , DestinationType_FitBoundingBoxHorizontal , DestinationType_FitBoundingBoxVertical } |
| Available destination types. More... | |
A destination defines a particular view of a document.
Consisting of the following items:
For more details please visit section 12.3.2 - Destinations.
| enum DestinationType |
Available destination types.