VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebOcrPreprocessingCommandJS type / set_Despeckle Property
Syntax BrowserCompatibility SeeAlso
В этом разделе
    set_Despeckle Метод
    В этом разделе
    Задает команду удаления шума.
    Синтаксис
    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
    Экземпляр класса WebDespeckleCommandJS. По умолчанию используется команда.
    : WebDespeckleCommandJS
    ) : any;

    Parameters

    value
    Экземпляр класса WebDespeckleCommandJS. По умолчанию используется команда.
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также