ImageCollectionAdd Method

TIBCO Spotfire 11.4 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: 51.0.16121.3915 (51.0.16121.3915)
Syntax

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

Parameters

key
Type: SystemString
The key of the image.
image
Type: System.DrawingImage
The image to add.
imageFormat
Type: System.Drawing.ImagingImageFormat
The format of the image.
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference