Back to Devexpress

RichEditDocumentServerExtensions.LoadDocumentProperties Method

officefileapi-devexpress-dot-xtrarichedit-dot-richeditdocumentserverextensions-dot-loaddocumentproperties.md

latest1.6 KB
Original Source

RichEditDocumentServerExtensions.LoadDocumentProperties Method

NameParametersDescription
LoadDocumentProperties(RichEditDocumentServer, Stream, DocumentFormat) staticself, stream, documentFormatLoads metadata (document properties) of a document in a specified format from the stream.
LoadDocumentProperties(RichEditDocumentServer, Stream) staticself, streamLoads metadata (document properties) of a document from the specified stream. The document format is determined automatically.
LoadDocumentProperties(RichEditDocumentServer, String, DocumentFormat) staticself, fileName, documentFormatLoads metadata (document properties) of a document in the specified format from the specified file.
LoadDocumentProperties(RichEditDocumentServer, String) staticself, fileNameLoads metadata (document properties) of a document from the specified file. The document format is determined automatically.