public void setArea( java.awt.Rectangle area ) |
Parameters
- area
- Rectangle object representing the area of the image.
Sets the area of the image, in pixels, to analyze for barcode recognition.
If it is desired to analyze the entire image, set the Area property values (x, y, width and height) to zero.public void setArea( java.awt.Rectangle area ) |