Question
How can I save a rotated image in an external format?
Answer
You can use the WriteToFile method for the desired plan of the ImageDocument object (BlackWhiteImage, ColorImage, or GrayImage).
Please note that if the DetectOrientation property of the PageProcessingParams was set to true during analysis, there is no need to rotate the image manually.
Comments
0 comments
Please sign in to leave a comment.