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);
function set_IsVisible(
: boolean
) : any;
Parameters
- value
- The value indicating whether the text overlay is visible.
Browser Compatibility
See Also