Visual Basic
C#
Managed Extensions for C++
C++/CLI
| Member | Value | Description |
|---|---|---|
| BestFit | 4 | The image is resized to fit the control and the aspect ratio is preserved. |
| CropImage | 5 | The image is cropped to the control size. Note: If the control size is larger than the image, the control is not resized to the image. |
| CropImageToControl | 0 | The image is cropped to the control size. Note: If the control size is larger than the image, the control is resized to the image. |
| FitHeight | 7 | Resize the image to fit the image height within the viewer control. |
| FitWidth | 6 | Resize the image to fit the image width within the viewer control. |
| ResizeControl | 1 | The control is resized to fit the image. |
| ResizeImage | 2 | The image is resized to fit the control. |
| TileImage | 3 | The image is tiled to fit the control. |
System.Object
System.ValueType
System.Enum
Accusoft.ImagXpressSdk.AutoResizeType