ImagXpress 13 for ActiveX - User Guide > How To > Process an Image > Modify Image Size & Orientation |
Image size and orientation can be modified in several ways using ImagXpress®:
The Resize and ResizeEx methods resize the current image according to the specified algorithm.
The Crop method adjusts the current image to the specified size. (The AutoCrop, CropBorder, and DocumentBorderCrop methods provide capability to crop space or border from an image. These are generally used primarily to clean up the document, rather than resize it.) After cropping, the ImagHeight and ImagWidth properties update to the new image height and width.
The Flip method vertically flips the image.
The Mirror method rotates the image 180 degrees, then flips it to create a mirror image.
The Rotate method rotates the current DIB by the specified angle, from -360 to 360 degrees. After rotating, the ImagHeight and ImagWidth properties update to the new image height and width.