VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebDocumentViewerBaseJS type / setZoom Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    setZoom Method
    In This Topic
    Sets the image zoom in the viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebDocumentViewerBaseJS(settings);
    
    var value; // Type: any
    
    // Parameters
    var value; // Type: number
    
    value = instance.setZoom(value);
    
    
    function setZoom(
    value
    New image zoom.
    : number
    ) : any;

    Parameters

    value
    New image zoom.
    Browser Compatibility
    56+
    45+
    11
    See Also