RichEditDocumentServer.Inspect(WordProcessingInspectOptions) Method
Inspects the document for potential issues and returns the results.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v26.1.Core.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| options | WordProcessingInspectOptions | The options that specify which elements of the document to inspect. |
Returns
| Type | Description |
|---|---|
| WordProcessingInspectResult | The inspection results. |
See Also