answers solutions wrote:
> is there any way can i delete that image
Only if you change the way the RandomAccessFileOrArray is created.
--
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info
-
Hi
I have opened a File through RandomAccessFileOrArray
RandomAccessFileOrArray ra =
*new* RandomAccessFileOrArray(
"C:\\MFP\\tifFiles\\docScan_1235049151076.mtiff");
*int* pages = TiffImage.*getNumberOfPages*(ra);
*for* (*int* j = 0; j < pages;) {
++j;
document.add(TiffImage.*getTiffImag