VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / set_TilesFormat Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_TilesFormat Method
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);

Parameters

value
An instance of WebImageTypeEnumJS class. Default value is "Url".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also