![]() | InDesign SDK 20.5 |
#include <IPDFHyperlinks.h>
Public Member Functions | |
| PageDestination () | |
| PageDestination (const uint32 pageIndex, const DestinationType destinationType, const PMRect &destinationRect, const PMReal &zoomFactor) | |
| uint32 | GetPageIndex () const |
| DestinationType | GetDestinationType () const |
| const PMRect & | GetDestinationRect () const |
| PMReal | GetZoomFactor () const |
| bool32 | GetInheritRect () const |
| bool32 | GetInheritZoom () const |
Contains the page index along with destination parameters and specifies where
the hyperlink goes in the other document.
| inline |
Construct a default PageDestination object.
| inline |
Construct a PageDestination object.
| pageIndex | is the destination page index. |
| destinationType | is the destination type. |
| destinationRect | is the destination rectangle. |
| zoomFactor | is the destination zoom factor. |
| inheritRect | is the destination inherit rectangle. |
| inheritZoom | is the destination inherit zoom factor. |
| inline |
Get the destination rectangle.
| inline |
Get the destination page type.
| inline |
Get the destination inherit rectangle.
| inline |
Get the destination inherit zoom factor.
| inline |
Get the destination page index.
| inline |
Get the destination zoom factor.