Symptoms
CorrectOrientation parameter was set to True but the ImageRotation property for the document remains 'RT_NoRotation' while the initial document is rotated incorrectly.
Cause
- DocumentProcessingParams object is not passed as the parameter to the Process method.
- ImageRotation property is checked before the Processing.
- ImageRotation property is checked from the copy of its ImageDocument and not from the document being processed.
Resolution
- DocumentProcessingParams should be explicitly passed to the Process method.
- ImageRotation property should be checked after the Processing.
- ImageRotation property should be checked directly from the FRDocument object and not from the copy of its ImageDocument.
Comments
0 comments
Please sign in to leave a comment.