PageVisible Property

Spotfire 14.3 API Reference
Gets or sets a value indicating whether this Page is visible.

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

C#
public bool Visible { get; set; }

Property Value

Type: Boolean
Remarks

Only pages that are visible are shown when a Spotfire analysis is used in "Viewing" mode and only the visible pages are included by default when exporting to PDF. An IronPython script or action can still be used to navigate to a hidden (the Visible property set to false) page in "Viewing" mode.

When a Spotfire analysis is used in "Editing" mode all pages are shown in the page navigation, but pages with the Visible property set to false are indicated.

Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference