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

    Return Value

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