Scripting Function - ResizePercentage
The function performs a resizing operation. Each image is resized to the percentage specified. This function maintains the aspect ratio of the image.
Syntax
ResizePercentage percentage As IntegerValueGreaterEqualOne
Parameters
percentage - the percentage to resize the processed image by
Example
The following example resizes images to 50% of the original size:
ResizePercentage 50
Version Information
Supported in Multiple Image Resizer .NET v2.0.0.0
See Also