RImage.Filename


public property Filename

Prototype:

Read/Write property Filename=[szFileName]

Description:

Sets or get the filename that is loaded, sent to the client and rendered into the application. If the same picture is rendered into different RImages is recommended to minimize the traffic volume on the network by using the RenderImage property.

Return value:

Returns the filename of the rendered image.

Example
	// loads an image
	Image.Filename="test.jpg";
	Image.Show();