VintaSoft Barcode .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeReaderSettings Class / scanDirection Property
Синтаксис Требования Смотрите также
В этом разделе
    scanDirection Свойство (WebBarcodeReaderSettings)
    В этом разделе
    Возвращает или задает направление распознавания штрих-кодов.
    Синтаксис
    'Declaration
    
    Public Property scanDirection As Vintasoft.Barcode.ScanDirection
    
    
    public Vintasoft.Barcode.ScanDirection scanDirection { get; set; }
    
    
    public: __property Vintasoft.Barcode.ScanDirection get_scanDirection();
    public: __property void set_scanDirection(
    Vintasoft.Barcode.ScanDirection value
    );
    public:
    property Vintasoft.Barcode.ScanDirection scanDirection { Vintasoft.Barcode.ScanDirection get(); void set(Vintasoft.Barcode.ScanDirection value); }

    Property Value

    Значение по умолчанию - Vintasoft.Barcode.ScanDirection.None.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также