ImageCollection Add Method TIBCO Spotfire 6.5 API Reference
Adds an image to the text area. It can be referenced from the HTML content using the key used as filename.

Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax

public void Add(
	string key,
	Image image,
	ImageFormat imageFormat
)

Parameters

key
Type: System String
The key of the image.
image
Type: System.Drawing Image
The image to add.
imageFormat
Type: System.Drawing.Imaging ImageFormat
The format of the image.
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also