ValueRendererResultSetImageData Method

Spotfire 14.3 API Reference
Sets the image for this result given a stream of image data.

Namespace:  Spotfire.Dxp.Application.Visuals.ValueRenderers
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public void SetImageData(
	Stream imageData
)

Parameters

imageData
Type: System.IOStream
The image data in a format supported by Spotfire, such as PNG or JPG.
Exceptions

ExceptionCondition
ArgumentExceptionThrown if imageData is in an unsupported format or damaged.
ArgumentNullExceptionThrown if imageData is null.
InvalidOperationExceptionThrown if set twice.
Remarks

Supported file formats are: PNG, JPEG, BMP, TIFF and GIF. EMF and WMF files are supported on Windows only.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5
See Also

Reference