AccusoftImagXpress13 ActiveX DLL : enumAutoSize Enumeration |
Member | Value | Description |
---|---|---|
ISIZE_BestFit | 4 | The image is resized to fit the control and the aspect ratio is preserved. |
ISIZE_CropImage | 5 | The image is cropped to the control size. Note: if the control size is larger than the image, the control will not be resized to the image. |
ISIZE_CropImageToControl | 0 | The image is cropped to the control size. Note: if the control size is larger than the image, the control will be resized to the image. |
ISIZE_FitHeight | 7 | Resize image to fit image height within viewer control. |
ISIZE_FitWidth | 6 | Resize image to fit image width within viewer control. |
ISIZE_ResizeControl | 1 | The control is resized to fit the image. |
ISIZE_ResizeImage | 2 | The image is resized to fit the control. |
ISIZE_TileImage | 3 | The image is tiled to fit the control. |