VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomImageJS type / get_ImageMetadata Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ImageMetadata Method
    In This Topic
    Gets the metadata of DICOM image.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomImageJS();
    
    var value; // Type: Vintasoft.Imaging.Dicom.WebDicomMetadataElementJS[]
    value = instance.get_ImageMetadata();
    
    
    function get_ImageMetadata() : WebDicomMetadataElementJS[];
    

    Return Value

    An array that contains metadata of DICOM image.
    Browser Compatibility
    56+
    45+
    11
    See Also