Hi, We are ImageEN5.0. There are multiple images scanned and displayed into ImageEnMview component. We have to save each image selected as a TIFF or PDF individual file. After selecteting a single image in ImageENMview window and calling ImageEnMView1.MIO.SaveToFilePDF(ScanPathToSaveTo.Text, True); , we are unable to save and it says the fiel is corrupted. It happens same if we use SaveToFileTIFF also. If the SaveSelected paramter is not set to True, then it saves all images into a single PDF properly and in case of SaveToFileTIFF API, only the first image is being saved. What should be done to address this? We have to selected each iamge in the component and save as either TIFF or PDF.
Actually we have done one better. Now the multi-select properties, MultiSelectedImages and MultiSelectedImagesCount, return valid results even if EnableMultiSelect is not enabled. So these functions will work too.