Represents the result from RenderAsync(RenderResultSettings, VisualRenderSettings, CancellationToken) or RenderAsync(RenderResultSettings, PageRenderSettings, CancellationToken).
Inheritance Hierarchy
Spotfire.Dxp.Application.VisualsRenderResult
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public sealed class RenderResult
The RenderResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsValid |
Gets a value indicating whether the result contains a valid image.
If the rendering has been canceled or failed, this property will be false.
|
Methods
| Name | Description | |
|---|---|---|
| AsImage | Obsolete.
Creates an image from the result. Returns null if IsValid is false.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WriteTo |
Writes the PNG data to the specified outputStream.
If IsValid is false, nothing is done.
|
Version Information
See Also