set_ZoomToDestRect Method
In This Topic
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);
function set_ZoomToDestRect(
: boolean
) : any;
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
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also