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

    Return Value

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