In This Topic
Sets the size mode that must be set in an image viewer.
Syntax
var instance = new Vintasoft.Imaging.WebGotoActionMetadataJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebImageSizeModeEnumJS
returnValue = instance.set_SizeMode(value);
Parameters
- value
- The size mode that must be set in an image viewer.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also