Scripting Function - SetResolution
The function sets the resolution of each image to the specified resolution.
This function can be used at any time but it is recommended that it be used after you have performed all other image processing functions e.g. resizing, cropping etc but before you use one of the save functions.
Syntax
SetResolution resolution As IntegerValueGreaterEqualOne, resolutionmeasurement As ResolutionMeasurementValue
Parameters
resolution - the resolution value
resolutionmeasurement - the resolution value measurement type
Example
The following example sets the images resolution to 200 dots per inch:
SetResolution 200, Dpi
Version Information
Supported in Multiple Image Resizer .NET v2.0.0.0
See Also