![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_IHYPERLINKPAGEDESTINATIONDATA } |
Public Member Functions | |
| virtual void | Initialize (const UID pageUID, const PMReal zoomPercent, const PMRect &zoomRect, const IPDFHyperlinks::DestinationType destType)=0 |
| virtual UID | GetPageUID () const =0 |
| virtual PMReal | GetZoomPercent () const =0 |
| virtual void | GetZoomBBox (PMRect *pmRect) const =0 |
| virtual IPDFHyperlinks::DestinationType | GetZoomType () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
| pure virtual |
Get the Page this destination points to
| none |
| pure virtual |
Get the rect that this destination will zoom to
| *pmRect | - Will be filled with a PMRect |
| pure virtual |
| pure virtual |
Get the type of view this destination should use
| none |
| pure virtual |
Initialize all of the parameters at once rather than one at a time
| pageUID | - Page to point to |
| zoomPercent | - Percentage to use |
| &zoomRect | - Rect to show |
| destType | - View type |