In This Topic
Sets a format in which the viewer want to receive image tiles.
Syntax
var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
var returnValue; // Type: any
// Parameters
var value; // Type: WebImageTypeEnumJS
returnValue = instance.set_TilesFormat(value);
function set_TilesFormat(
: WebImageTypeEnumJS
) : any;
Parameters
- value
- An instance of WebImageTypeEnumJS class. Default value is "Url".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also