In This Topic
Sets a value indicating how an image is positioned within the viewer.
Syntax
var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
var returnValue; // Type: any
// Parameters
var value; // Type: WebImageSizeModeEnumJS
returnValue = instance.set_ImageSizeMode(value);
function set_ImageSizeMode(
: WebImageSizeModeEnumJS
) : any;
Parameters
- value
- An instance of WebImageSizeModeEnumJS class. Default value is "Normal".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also