In This Topic
Sets current display mode of image viewer.
Syntax
var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
var returnValue; // Type: any
// Parameters
var value; // Type: WebImageViewerDisplayModeEnumJS
returnValue = instance.set_DisplayMode(value);
function set_DisplayMode(
: WebImageViewerDisplayModeEnumJS
) : any;
Parameters
- value
- An instance of WebImageViewerDisplayModeEnumJS class. Default value is "SinglePage".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also