在Dynamic Web TWAIN中扫描或加载图像时,可以进行图像操作。
/* Show the 3rd image in the buffer */DWObject.CurrentImageIndexInBuffer = 2;
2、通过使用SetViewMode()更改视图模式(除1 * 1或-1 * -1以外)来显示多个图像
/* Show images in buffer with 2 * 2 view */DWObject.SetViewMode(2, 2);

DWObject.Mirror(0);DWObject.Flip(1);DWObject.RotateRight(2);DWObject.Crop(3,101,243,680,831);DWObject.RotateLeft(3);


标签:扫描识别扫描与图像
声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!