SanitizeOptions.Metadata Property
Gets or sets the scope of metadata to remove from a document or a workbook.
Namespace: DevExpress.Office
Assembly: DevExpress.Office.v26.1.Core.dll
Declaration
Property Value
| Type | Description |
|---|---|
| MetadataRemovalScope | An enumeration value that specifies the scope of metadata to remove from a document or a workbook. |
Available values:
| Name | Description |
|---|---|
| None | No metadata |
| AuthorInfo | Author information |
| OrganizationInfo | Organization information |
| DocumentDescription | Document description |
| DocumentHistory | Document history |
| CustomProperties | Custom properties |
| ExtendedProperties | Extended properties |
| All | All metadata |
See Also