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(
: boolean
) : any;
Parameters
- value
- True if the text is visible; otherwise, false.
Default value is true.
Browser Compatibility
See Also