
Loads a document from memory that is used for further processing.
[C#]
public bool LoadFromMemory(object document, FileFormat documentFormat);
[Visual Basic]
Public Function LoadFromMemory(ByVal document As Object, ByVal documentFormat As FileFormat) As Boolean
| Parameter | Description | |
| document | Specifies a document memory variable from which the data is loaded. | |
| documentFormat | Specifies one of the DocumentServer.FileFormat values. |
Returns true, if the document was loaded successfully and false, if the document is invalid or could not be loaded properly.