get_ImageInterpolation Method
Gets a value indicating whether DICOM viewer should interpolate image.
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.