VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerControlJS type / set_ImageInterpolation Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_ImageInterpolation Method
    In This Topic
    Sets a value indicating whether DICOM viewer should interpolate image.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerControlJS(parentDiv);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_ImageInterpolation(value);
    
    
    function set_ImageInterpolation(
    value
    True if DICOM viewer should interpolate DICOM image; otherwise, false. Default value is true.
    : boolean
    ) : any;

    Parameters

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