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(
: boolean
) : any;
Parameters
- value
- True if DICOM viewer should interpolate DICOM image; otherwise, false. Default value is true.
Browser Compatibility
See Also