Loads a document from a file that is used for further processing.
public void LoadDocumentFromMemory(object data, DocumentServer.FileFormat format);
Public Sub LoadDocumentFromMemory(ByRef data As Object, ByVal format As DocumentServer.FileFormat)
Parameter | Description |
---|---|
data | Specifies a memory variable from which the document is loaded. |
format | Specifies one of the Document |