currentDestination | |
Type | property |
Dictionary | widget.pdf |
Library | |
Syntax |
|
Associations | com.livecode.widget.pdf |
Summary | Go to a destination |
Edition | Pro |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Description | If set to a an array the page and location and zoom of the destination will be read from the array. This is the format that is sent as a parameter in the linkClicked message and is used by the documentBookmarks and documentOpenAction and documentNamedDestinations properties for goto type destinations:
If set to a string the string will be used to lookup a named destination. When getting of current destination the the array description of the closest named destination given the current page and scroll will be returned. If there are no named destinations on the current page then the property will be empty. |