Scripting Function - ResizeScaleToHeight
The function performs a resizing operation. Each image is resized to the specified height, the width of the image is adjusted by the same proportion. This function maintains the aspect ration of the image.
Syntax
ResizeScaleToHeight height As IntegerValueGreaterEqualOne
Parameters
height - the height of the processed image in pixels
Example
The following example scales images to a height of 500 pixels:
ResizeScaleToHeight 500
Version Information
Supported in Multiple Image Resizer .NET v2.0.0.0
See Also