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.LoadDocumentProperties Method

Name Parameters Description
LoadDocumentProperties(RichEditDocumentServer, Stream, DocumentFormat) static self, stream, documentFormat Loads metadata (document properties) of a document in a specified format from the stream.
LoadDocumentProperties(RichEditDocumentServer, Stream) static self, stream Loads metadata (document properties) of a document from the specified stream. The document format is determined automatically.
LoadDocumentProperties(RichEditDocumentServer, String, DocumentFormat) static self, fileName, documentFormat Loads metadata (document properties) of a document in the specified format from the specified file.
LoadDocumentProperties(RichEditDocumentServer, String) static self, fileName Loads metadata (document properties) of a document from the specified file. The document format is determined automatically.