VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerBaseControlJS type / set_ZoomStep Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_ZoomStep Method
    In This Topic
    Sets the zoom step for DICOM image.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_ZoomStep(value);
    
    
    function set_ZoomStep(
    value
    The zoom step from DICOM image. Default value is 0.01.
    : number
    ) : any;

    Parameters

    value
    The zoom step from DICOM image. Default value is 0.01.
    Browser Compatibility
    56+
    45+
    11
    See Also