Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RichEditDocumentServerExtensions Class

Defines extension methods for the RichEditDocumentServer class.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use these methods in production code.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.Docs.v24.2.dll

NuGet Package: DevExpress.Document.Processor

#Declaration

public static class RichEditDocumentServerExtensions

#Remarks

To enable RichEditDocumentServer extensions, add a reference to the DevExpress.Docs.v24.2.dll assembly and explicitly import the DevExpress.XtraRichEdit namespace into the code with the using directive (Imports in Visual Basic).

You can call extension methods in the same way as instance methods of the RichEditDocumentServer object.

#Inheritance

Object
RichEditDocumentServerExtensions
See Also