Click or drag to resize

ReadOptsRectOfInterest Property

Gets or sets a rectangular region of the image to look for barcodes.

Namespace:  Atalasoft.Barcoding.Reading
Assembly:  Atalasoft.dotImage.Barcoding.Reading (in Atalasoft.dotImage.Barcoding.Reading.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Rectangle RectOfInterest { get; set; }

Property Value

Type: Rectangle
Remarks
Default is Empty which will inspect the entire image.
See Also