VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomControlJS type / addFiles Property
Syntax BrowserCompatibility SeeAlso
In This Topic
addFiles Method
In This Topic
Adds DICOM files to this UI-control.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomControlJS(settings);

var value; // Type: any

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

value = instance.addFiles(fileIds);

Parameters

fileIds
An array with identifiers of DICOM files.
Browser Compatibility
56+
45+
11
See Also