poIRenderOptions GetReverseLegendCaptureEnabled

Gets the legend image capturing state.

Syntax

poIRenderOptions_handle GetReverseLegendCaptureEnabled

Application

HyperView Tcl Query

Description

This command returns the legend image capturing state. If true, the legend background is reversed during image capture. If false, the legend background is left as is during image capture.

Example

To get the reverse legend image capturing state:
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetProjectHandle project_handle
project_handle GetPageHandle page_handle [project_handle GetActivePage]
page_handle GetWindowHandle window_handle [page_handle GetActiveWindow]
window_handle GetClientHandle client_handle
client_handle GetRenderOptionsHandle render_handle
render_handle GetReverseLegendCaptureEnabled
hwi CloseStack

Errors

None.