Symptoms
The error
Page X 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
appears at the image loading step.
Cause
This issue is often caused by incorrect configuration of the AutoOverwriteResolution
and OverwriteResolution
properties of the PrepareImageMode
object.
Resolution
- Set the
AutoOverwriteResolution
to TRUE andOverwriteResolution
to FALSE. - Set the
AutoOverwriteResolution
to FALSE,OverwriteResolution
to TRUE and also specify the correct values for theXResolutionToOverwrite
andYResolutionToOverwrite
properties of thePrepareImageMode
object.
Comments
0 comments
Article is closed for comments.