Accusoft.ImagXpress13.Net
AutoResizeType Enumeration




Option values for use with the ImageXView.AutoResize property.
Syntax
'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 
Members
MemberValueDescription
BestFit4The image is resized to fit the control and the aspect ratio is preserved.
CropImage5The 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.
CropImageToControl0The image is cropped to the control size. Note: If the control size is larger than the image, the control is resized to the image.
FitHeight7Resize the image to fit the image height within the viewer control.
FitWidth6Resize the image to fit the image width within the viewer control.
ResizeControl1The control is resized to fit the image.
ResizeImage2The image is resized to fit the control.
TileImage3The image is tiled to fit the control.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.ImagXpressSdk.AutoResizeType

See Also

Reference

Accusoft.ImagXpressSdk Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback