IFileGeneralOptions
The IFileGeneralOptions interface defines properties for configuring general file metadata, such as title, subject, and author information, along with options for tracking changes.
Properties
| Name | Description |
|---|---|
| GeneralIsChanged | Indicates whether any general changes have been made to the file options. |
| Keywords | Specifies keywords associated with the file. |
| Author | Specifies the author of the file. |
| Title | Specifies the title of the file. |
| AddCreateDate | Indicates whether the creation date should be added to the file metadata. |
| Subject | Specifies the subject of the file. |
| IsChanged | Indicates whether the general options have been modified. |