VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerBaseControlJS type / set_Zoom Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_Zoom Method
    In This Topic
    Sets the zoom factor in DICOM viewer.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_Zoom(value);
    
    
    function set_Zoom(
    value
    The zoom factor. Default value is 1 (100%).
    : number
    ) : any;

    Parameters

    value
    The zoom factor. Default value is 1 (100%).
    Browser Compatibility
    56+
    45+
    11
    See Also