Skip to main content
All docs
V26.1
  • WordProcessingInspectResult.ContentTypes Property

    Gets a list of content types detected in the inspected document.

    Namespace: DevExpress.XtraRichEdit

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

    Declaration

    public IReadOnlyList<WordProcessingContentType> ContentTypes { get; }

    Property Value

    Type Description
    IReadOnlyList<WordProcessingContentType>

    A list of content types detected in the inspected document.

    See Also