VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomSeriesManagerControlJS type / set_DicomViewerControl Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_DicomViewerControl Method
In This Topic
Sets the DICOM viewer control that is associated with this UI-control.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomSeriesManagerControlJS(parentDiv);

var returnValue; // Type: any

// Parameters
var value; // Type: WebDicomViewerControlJS

returnValue = instance.set_DicomViewerControl(value);

Parameters

value
An instance of WebDicomViewerControlJS class.
Browser Compatibility
56+
45+
11
See Also