- This topic has 1 reply, 2 voices, and was last updated 13 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
Forums › TWAIN Classic › Set Scan Area
Hi,
How i Set Scan Area??…i need only scanner scan, the selected position.
Muhammad Syed
use DAT_IMAGELAYOUT OR ICAP_FRAMES
which has something like
frame.top = 0;
frame.left = 0;
frame.right = width;
frame.height = length;
which can specify the scan region on the given image