VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerControlJS type / get_ImageInterpolation Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ImageInterpolation Method
    In This Topic
    Gets a value indicating whether DICOM viewer should interpolate image.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerControlJS(parentDiv);
    
    var value; // Type: boolean
    value = instance.get_ImageInterpolation();
    
    
    function get_ImageInterpolation() : boolean;
    

    Return Value

    True if DICOM viewer should interpolate DICOM image; otherwise, false.
    Browser Compatibility
    56+
    45+
    11
    See Also