Show TOC

Function documentationImage Scaler Locate this document in the navigation structure

 

This action is used to scale an image to the height and width defined by the properties. The image to be scaled must be linked to the EncodedImageInput property.

Features

The properties for this action are listed in the following table:

Property

Data Type

Access

Use

EncodedImage

String

Out

The scaled image.

EncodedImageInput

String

In and out

The image to be scaled.

Height

Integer

In and out

The height to which you want the image scaled. The default value is 100.

Width

Integer

In and out

The width to which you want the image scaled. The default value is 100.

ImageFormat

String

In and out

The format of the image can be .png or .jpeg. The default value is .png.