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

Parameters

index
New index of focused image.
Browser Compatibility
56+
45+
11
See Also