Gets a DocumentSettings object providing properties which inform about general document settings, such as author and title, contained in the document the user is currently working on. When a document is loaded this object is filled with such information and all values are automatically stored when the document is saved.

Introduced: X19.

Syntax

public DocumentSettings DocumentSettings { get; }
Public ReadOnly Property DocumentSettings() As DocumentSettings

Limitations

Read only.