Symptoms
The following error message appears during the image loading:
“Page 0 of the image file cannot be opened due to the following error: The resolution of the image is too low, too high, or undefined. Please, specify the correct resolution or enable automatic overwriting of resolution.”
Cause
This error occurs when the AutoOverwriteResolution Property of the PrepareImageMode Object is set to FALSE and the resolution of an image that the program is trying to process is too low (less than 50 dpi), too high (more than 3200 dpi), or undefined.
Resolution
This issue could be avoided by either setting the following parameters:
PrepareImageMode.OverwriteResolution = true
PrepareImageMode.XResolutionToOverwrite = Correct_Resolution
PrepareImageMode.XResolutionToOverwrite = Correct_Resolution
or by setting PrepareImageMode.AutoOverwriteResolution = true.
Comments
0 comments
Please sign in to leave a comment.