Accusoft.ImagXpress12.Net
AutoResizeType Enumeration
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace : AutoResizeType Enumeration




Glossary Item Box

Option values for use with the ImageXView.AutoResize property.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.