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.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Remarks
To enable RichEditDocumentServer extensions, add a reference to the DevExpress.Docs.v24.1.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