VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomMetadataElementJS type / get_ValueType Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ValueType Method
    In This Topic
    Gets the type of the element value.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomMetadataElementJS();
    
    var value; // Type: Vintasoft.Imaging.Dicom.WebDicomMetadataElementValueTypeEnumJS
    value = instance.get_ValueType();
    
    
    function get_ValueType() : WebDicomMetadataElementValueTypeEnumJS;
    

    Return Value

    The type of the element value.
    Browser Compatibility
    56+
    45+
    11
    See Also