Skip to main content
All docs
V23.2

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.