Show TOC

Function documentationImage Saver Locate this document in the navigation structure

 

This action is used to save an image.

Features

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

Property

Data Type

Access

Use

EncodedImage

PNG or JPEG

In and out

Specifies the encoded image that is written to a file. Link the EncodedImage property from the Chart action to save the results.

Path

String

In and out

Specifies the file name and path of the file to receive the image. For example, c:\Inetpub\wwwroot\Images\photo.gif. Use forward slashes (/) in Web URL references. A backslash (\) represents an escape character.

Success

Boolean

Out

Indicates whether the action succeeded or failed. If it failed, errors are displayed in the server trace log.