Hello everyone,
in namespace Vintasoft.Barcode exists a Class "ReaderSettings" with property "ScanRectangle" to limit the area BarcodeReader is searching for barcodes. But in the documentation, nothing is said about the used unit of the coordinates/size of this rectangle relative to the scanned document and what is the base of the coordinates (Top-Left || Bottom-Left). Please, could someone answer this question?
Thanks in advance
jayMuc
Unit of the ScanRectangle
Moderator: Alex
-
- Site Admin
- Posts: 2403
- Joined: Thu Jul 10, 2008 2:21 pm
Re: Unit of the ScanRectangle
Hello,
Scan rectangle is calculated from the top-left corner of the image, units of measure - pixels.
Best regards, Alexander
Scan rectangle is calculated from the top-left corner of the image, units of measure - pixels.
Best regards, Alexander
-
- Posts: 2
- Joined: Thu Sep 01, 2011 7:29 pm
Re: Unit of the ScanRectangle
Thank you, works like a charm!