officefileapi-devexpress-dot-xtrarichedit-e32194ce.md
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.v25.2.dll
NuGet Package : DevExpress.Document.Processor
[DXLicenseDocs]
public static class RichEditDocumentServerExtensions
<DXLicenseDocs>
Public Module RichEditDocumentServerExtensions
To enable RichEditDocumentServer extensions, add a reference to the DevExpress.Docs.v25.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.
Object RichEditDocumentServerExtensions
See Also