Accusoft.ImagXpressSdk Namespace : AutoResizeType Enumeration |
'Declaration Public Enum AutoResizeType Inherits System.Enum
'Usage Dim instance As AutoResizeType
public enum AutoResizeType : System.Enum
__value public enum AutoResizeType : public System.Enum
public enum class AutoResizeType : public System.Enum
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