VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebOcrPreprocessingCommandJS type / set_Despeckle Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_Despeckle Method
    In This Topic
    Sets a noise removal command.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebOcrPreprocessingCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebDespeckleCommandJS
    
    returnValue = instance.set_Despeckle(value);
    
    
    function set_Despeckle(
    value
    An instance of WebDespeckleCommandJS class. By default command is used.
    : WebDespeckleCommandJS
    ) : any;

    Parameters

    value
    An instance of WebDespeckleCommandJS class. By default command is used.
    Browser Compatibility
    56+
    45+
    11
    See Also