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

Parameters

value
The zoom that must be set in an image viewer.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also