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