VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebRenderingSettingsJS type / isEmpty Property
Syntax BrowserCompatibility SeeAlso
isEmpty Method
Returns a value indicating whether the rendering settings is empty.
Syntax
var instance = new Vintasoft.Shared.WebRenderingSettingsJS(resolution, interpolationMode, smoothingMode);

var value; // Type: boolean
value = instance.isEmpty();

Return Value

True if rendering settings is empty; otherwise, false.
Browser Compatibility
56+
45+
11
See Also