See Also Examples Applies To
Resizes the native GdPicture image with custom height keeping the original aspect ratio for the new width value.
Syntax
object.ResizeHeightRatio (nNewImageHeight, nInterpolationMode)
The ResizeHeightRatio syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nNewImageHeight | Required. Long. The new height of the image in pixel. |
| nInterpolationMode | Optional. Long InterpolationMode. Default value is 3 (InterpolationModeBilinear). |
Returns
Long. GdPictureStatus
Category
Resize and Rotate