VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / ReaderSettings Class / ScanRectangle Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    ScanRectangle Свойство (ReaderSettings)
    В этом разделе
    Возвращает или задает прямоугольник на изображении, в котором необходимо искать штрих-коды.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("VintasoftRectI in the image to search barcodes.")>
    Public Property ScanRectangle As Vintasoft.Primitives.VintasoftRectI
    
    
    [Description("VintasoftRectI in the image to search barcodes.")]
    public Vintasoft.Primitives.VintasoftRectI ScanRectangle { get; set; }
    
    
    [Description("VintasoftRectI in the image to search barcodes.")]
    public: __property Vintasoft.Primitives.VintasoftRectI get_ScanRectangle();
    public: __property void set_ScanRectangle(
    Vintasoft.Primitives.VintasoftRectI value
    );
    [Description("VintasoftRectI in the image to search barcodes.")]
    public:
    property Vintasoft.Primitives.VintasoftRectI ScanRectangle { Vintasoft.Primitives.VintasoftRectI get(); void set(Vintasoft.Primitives.VintasoftRectI value); }

    Property Value

    Значение по умолчанию: VintasoftRectI(0,0,0,0) - поиск штрих-кодов будет производиться по всему изображению.
    Ремарки

    Это свойство должно быть установлено перед вызовом метода BarcodeReader.SetImage(...).

    Требования

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

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