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

    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