The DocumentSaveSettings class provides settings and information used when a
document is saved.
Inheritance Hierarchy
Spotfire.Dxp.ApplicationDocumentSaveSettings
Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public sealed class DocumentSaveSettings
The DocumentSaveSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DocumentSaveSettings |
Construct a DocumentSaveSettings object with the default settings.
|
Properties
| Name | Description | |
|---|---|---|
| ConfigurationBlockText |
Gets or sets the configuration block text that shall be embedded in the file
when the document is saved. This property is null by default, meaning that no
configuration block is embedded.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Version Information
See Also