VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebDeskewCommandJS type / get_ScanIntervalX Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ScanIntervalX Method
    In This Topic
    Gets scan interval on X axis.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebDeskewCommandJS();
    
    var value; // Type: number
    value = instance.get_ScanIntervalX();
    
    
    function get_ScanIntervalX() : number;
    

    Return Value

    Scan interval. Valid value is any positive value. Recommended values are from 1 to 10. Default value is 1.
    Browser Compatibility
    56+
    45+
    11
    See Also