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