VintaSoft Imaging .NET SDK 15.1: 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);

Parameters

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