WordProcessingSanitizeResult(WordProcessingContentType, WordProcessingSanitizeAction) Constructor
Initializes a new instance of the WordProcessingSanitizeResult class with specified settings.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v26.1.Core.dll
Declaration
public WordProcessingSanitizeResult(
WordProcessingContentType type,
WordProcessingSanitizeAction action
)
Parameters
| Name | Type | Description |
|---|---|---|
| type | WordProcessingContentType | The type of the content that was sanitized. |
| action | WordProcessingSanitizeAction | The action that was performed during the sanitization process. |
See Also