TableCellTryGetImageData Method

Spotfire 14.3 API Reference
Gets the image displayed in the cell. The image is written in PNG format to the provided stream.

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

C#
public bool TryGetImageData(
	Stream outputStream
)

Parameters

outputStream
Type: System.IOStream
The stream to write output data to.

Return Value

Type: Boolean
true if the cell contains an image and it has been written to the provided stream. Otherwise false.
Version Information

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

Reference