Resize the Image being edited.

Syntax

ISImageEditor.ResizePixels([width], [height])

Parameters

NameTypeOptionalByRefDescription
width Integer Optional The Width or 0 to scale according to the Height and maintain the aspect ratio. If omitted, a value of 0 is assumed.
height Integer Optional The Height or 0 to scale according to the Width and maintain the aspect ratio. If omitted, a value of 0 is assumed.

Return Value

Image

The Image property.

Member of:
ISImageEditor
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0