VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebGotoActionMetadataJS type / set_DestPageIndex Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_DestPageIndex Method
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);

Parameters

value
The index of the destination page, that must be set in an image viewer.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if the index of the destination page less than 0.
Browser Compatibility
56+
45+
11
See Also