Gets the metadata of DICOM image.
var instance = new Vintasoft.Imaging.Dicom.WebDicomImageJS();
var value; // Type: Vintasoft.Imaging.Dicom.WebDicomMetadataElementJS[]
value = instance.get_ImageMetadata();
Return Value
An array that contains metadata of DICOM image.