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: 68.0.21230.5551 (68.0.21230.5551)
Syntax
C#
public void SetImageData( Stream imageData )
Parameters
- imageData
 - Type: System.IO.Stream
The image data in a format supported by Spotfire, such as PNG or JPG. 
Exceptions
| Exception | Condition | 
|---|---|
| ArgumentException | Thrown if imageData is in an unsupported format or damaged. | 
| ArgumentNullException | Thrown if imageData is null. | 
| InvalidOperationException | Thrown if set twice. | 
Remarks
Version Information
Supported in: 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5
See Also