In This Topic
Sets the index of the destination page, that must be set in an image viewer.
Syntax
var instance = new Vintasoft.Imaging.WebGotoActionMetadataJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_DestPageIndex(value);
function set_DestPageIndex(
: number
) : any;
Parameters
- value
- The index of the destination page, that must be set in an image viewer.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if the index of the destination page less than 0. |
Browser Compatibility
See Also