Skip to main content
All docs
V26.1
  • RichEditDocumentServer.Inspect() Method

    Inspects the document for potential issues and returns the results.

    Namespace: DevExpress.XtraRichEdit

    Assembly: DevExpress.RichEdit.v26.1.Core.dll

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    public WordProcessingInspectResult Inspect()

    Returns

    Type Description
    WordProcessingInspectResult

    The inspection results.

    See Also