RichEditDocumentServerExtensions.LoadDocumentProperties Method
Name | Parameters | Description |
---|---|---|
Load |
self, stream, document |
Loads metadata (document properties) of a document in a specified format from the stream. |
Load |
self, stream | Loads metadata (document properties) of a document from the specified stream. The document format is determined automatically. |
Load |
self, file |
Loads metadata (document properties) of a document in the specified format from the specified file. |
Load |
self, file |
Loads metadata (document properties) of a document from the specified file. The document format is determined automatically. |