SanitizeOptions Properties
Base class for options that specify how to sanitize a document or a workbook.| Name | Description |
|---|---|
| Metadata | Gets or sets the scope of metadata to remove from a document or a workbook. |
| RemoveActiveXContent | Gets or sets whether to remove ActiveX content from a document or a workbook. |
| RemoveComments | Gets or sets whether to remove comments from a document or a workbook. |
| RemoveCustomXmlParts | Gets or sets whether to remove custom XML parts from a document or a workbook. |
| RemoveMacros | Gets or sets whether to remove macros from a document or a workbook. |
| RemoveOleObjects | Gets or sets whether to remove OLE objects from a document or a workbook. |
See Also