Skip to main content
All docs
V26.1
  • WordProcessingSecurityLoadingOptions Properties

    Contains options to specify what content should be removed from a loaded document for security reasons.
    Name Description
    RemoveActiveXContent Gets or sets whether to remove ActiveX content from the loaded workbook or document. Inherited from SecurityLoadingOptions.
    RemoveCustomXMLParts Gets or sets whether to remove custom XML parts from the loaded workbook or document. Inherited from SecurityLoadingOptions.
    RemoveDDEFields Gets or sets whether to remove Dynamic Data Exchange (DDE) fields from a loaded document.
    RemoveExternalImages Gets or sets whether to remove references to external images from a loaded document.
    RemoveIncludePictureFields Gets or sets whether to remove INCLUDEPICTURE fields from a loaded document.
    RemoveMacros Gets or sets whether to remove macros from the loaded workbook or document. Inherited from SecurityLoadingOptions.
    RemoveOleObjects Gets or sets whether to remove OLE objects from the loaded workbook or document. Inherited from SecurityLoadingOptions.
    RemoveRestrictedLinks Gets or sets whether to remove restricted links from the loaded workbook or document. Inherited from SecurityLoadingOptions.
    RestrictedHyperlinkRemovalMode Gets or sets what hyperlinks should be removed from a loaded document.
    See Also