VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerBaseControlJS type / addSources Property
Syntax BrowserCompatibility SeeAlso
In This Topic
addSources Method
In This Topic
Adds DICOM files to this DICOM viewer.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);

var value; // Type: any

// Parameters
var sources; // Type: string[]

value = instance.addSources(sources);

Parameters

sources
A string array that contains identifiers of DICOM files, which should be loaded in DICOM viewer.
Browser Compatibility
56+
45+
11
See Also