VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerBaseControlJS type / set_BrowsePixelDelta Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_BrowsePixelDelta Method
    In This Topic
    Sets the mouse move delta for frame browsing.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_BrowsePixelDelta(value);
    
    
    function set_BrowsePixelDelta(
    value
    The mouse move delta for frame browsing. Default value is 10 pixels.
    : number
    ) : any;

    Parameters

    value
    The mouse move delta for frame browsing. Default value is 10 pixels.
    Browser Compatibility
    56+
    45+
    11
    See Also