VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomImageRulerJS type / set_IsVisible Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_IsVisible Method
    In This Topic
    Sets a value indicating whether the text is visible.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomImageRulerJS(dicomViewerControl);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_IsVisible(value);
    
    
    function set_IsVisible(
    value
    True if the text is visible; otherwise, false.
    Default value is true.
    : boolean
    ) : any;

    Parameters

    value
    True if the text is visible; otherwise, false.
    Default value is true.
    Browser Compatibility
    56+
    45+
    11
    See Also