ExportSettings Class TIBCO Spotfire 7.6 API Reference
Represents the base class for export settings.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.ExportExportSettings
    Spotfire.Dxp.Application.ExportPdfExportSettings

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

C#
public abstract class ExportSettings

The ExportSettings type exposes the following members.

Methods

  NameDescription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyIncludeFilterSettings
Gets or sets a value indicating whether to include filter settings or not. Default value: True.
Public propertyIncludeNonVisibleContent
Gets or sets a value indicating whether to include non-visible content, e.g. trellis panels and complete tables. This is not applicable when exporting active page or all pages. Default value: False.
Public propertyIncludePageFooter
Gets or sets a value indicating whether to include page footers or not. Default value: False.
Public propertyIncludePageTitles
Gets or sets a value indicating whether to include page titles or not. Default value: True.
Public propertyIncludeVisualizationDescriptions
Gets or sets a value indicating whether to include visualization descriptions or not. Default value: False.
Public propertyIncludeVisualizationTitles
Gets or sets a value indicating whether to include visualization titles or not. Default value: True.
Public propertyPageFooter
Gets or sets the text in the page footer.
Public propertyScope
Gets or sets the scope of the export. Default value: ActivePage.
Public propertyUseEntirePage
Gets or sets a value indicating whether the entire page should be used. If True, the aspect ratio is not kept. Default value: False.
Top
Version Information

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

Reference