WordProcessingSecurityLoadingOptions Class
Contains options to specify what content should be removed from a loaded document for security reasons.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v26.1.Core.dll
Declaration
Related API Members
The following members return WordProcessingSecurityLoadingOptions objects:
Remarks
If matching content is located, the RichEditDocumentServer.SecurityLoadingOptionsViolation event fires. Set e.Handled = false in the event handler to remove the detected content, or leave it set to true to retain the content (useful for audit-only modes).
Inheritance
Object
SecurityLoadingOptions
WordProcessingSecurityLoadingOptions
See Also