RenderHint Enumeration TIBCO Spotfire 7.6 API Reference
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 nameValueDescription
Display0Render for more permanent display. For example, when finished zooming or animating.
TransientDisplay1Render an intermediate state. For example, while zooming or animating. This is always eventually followed by another call with the Display hint set.
Export2Render for high quality export.
Print3Render to printer.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference