RenderResult Class TIBCO Spotfire 7.12 API Reference
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.VisualsRenderResult

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

C#
public sealed class RenderResult

The RenderResult type exposes the following members.

Methods

  NameDescription
Public methodAsImage
Creates an image from the result. Returns null if IsValid is false.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodWriteTo
Writes the PNG data to the specified outputStream. If IsValid is false, nothing is done.
Top
Properties

  NameDescription
Public propertyIsValid
Gets a value indicating whether the result contains a valid image. If the rendering has been canceled or failed, this property will be true.
Top
Version Information

Supported in: 7.12
See Also

Reference