VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebGotoActionMetadataJS type / set_ZoomToDestRect Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_ZoomToDestRect Method
Sets a value indicating whether viewer must be zoomed to the WebGotoActionMetadataJS.get_DestRect.
Syntax
var instance = new Vintasoft.Imaging.WebGotoActionMetadataJS();

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_ZoomToDestRect(value);

Parameters

value
True - viewer must scroolled and zoomed to the WebGotoActionMetadataJS.get_DestRect, the WebGotoActionMetadataJS.get_Zoom property must be ignored; false - viewer must scrolled to the WebGotoActionMetadataJS.get_DestRect.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also