VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerBaseControlJS type / set_ShowTextOverlays Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_ShowTextOverlays Method
In This Topic
Sets a value indicating whether DICOM viewer must show text overlays.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_ShowTextOverlays(value);

Parameters

value
True - DICOM viewer must show text overlays; False - DICOM viewer must not show text overlays.
Browser Compatibility
56+
45+
11
See Also