VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebOcrPreprocessingCommandJS type / set_AutomaticalOrientation Property
Syntax BrowserCompatibility SeeAlso
В этом разделе
    set_AutomaticalOrientation Метод
    В этом разделе
    Задает команду автоматической ориентации.
    Синтаксис
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebOcrPreprocessingCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebAutoTextOrientationCommandJS
    
    returnValue = instance.set_AutomaticalOrientation(value);
    
    
    function set_AutomaticalOrientation(
    value
    Экземпляр класса WebAutoTextOrientationCommandJS. По умолчанию используется команда.
    : WebAutoTextOrientationCommandJS
    ) : any;

    Parameters

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