Accusoft ImagXpress 13
AutoSizeChanged Event
An enumAutoSize value which indicates the new value for the AutoSize property.
An enumAutoSize value which indicates the old value for the AutoSize property.
Description
Raised when the AutoSize property has changed.
Syntax
Visual Basic
Public Event AutoSizeChanged( _
   ByVal newValue As enumAutoSize, _
   ByVal oldValue As enumAutoSize _
)
Parameters
newValue
ValueDescription
ISIZE_BestFitThe image is resized to fit the control and the aspect ratio is preserved.
ISIZE_CropImageThe 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_CropImageToControlThe 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_FitHeightResize image to fit image height within viewer control.
ISIZE_FitWidthResize image to fit image width within viewer control.
ISIZE_ResizeControlThe control is resized to fit the image.
ISIZE_ResizeImageThe image is resized to fit the control.
ISIZE_TileImageThe image is tiled to fit the control.
An enumAutoSize value which indicates the new value for the AutoSize property.
oldValue
ValueDescription
ISIZE_BestFitThe image is resized to fit the control and the aspect ratio is preserved.
ISIZE_CropImageThe 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_CropImageToControlThe 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_FitHeightResize image to fit image height within viewer control.
ISIZE_FitWidthResize image to fit image width within viewer control.
ISIZE_ResizeControlThe control is resized to fit the image.
ISIZE_ResizeImageThe image is resized to fit the control.
ISIZE_TileImageThe image is tiled to fit the control.
An enumAutoSize value which indicates the old value for the AutoSize property.
See Also

ImagXpress Object  | ImagXpress Members  | AutoSize Property  | Viewing

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback