RenderHint indicating what the
result will be used for.
Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public enum RenderHint
Members
Member name | Value | Description | |
---|---|---|---|
Display | 0 | Render for more permanent display. For example, when finished zooming or animating. | |
TransientDisplay | 1 | Render an intermediate state. For example, while zooming or animating. This is always eventually followed by another call with the Display hint set. | |
Export | 2 | Render for high quality export. | |
3 | Render to printer. |
Version Information
Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also
See Also