In This Topic
Navigates an image viewer to the specified image.
Syntax
var instance = new Vintasoft.Imaging.UI.WebDocumentViewerBaseJS(settings);
var value; // Type: any
// Parameters
var index; // Type: number
value = instance.gotoPage(index);
function gotoPage(
: number
) : any;
Parameters
- index
- New index of focused image.
Browser Compatibility
See Also