VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomTextOverlayJS type / set_IsVisible Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_IsVisible Method
In This Topic
Sets a value indicating whether the text overlay is visible.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomTextOverlayJS(anchor);

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_IsVisible(value);

Parameters

value
The value indicating whether the text overlay is visible.
Browser Compatibility
56+
45+
11
See Also