Loads a document from a file that is used for further processing.
public bool Load(string filename, DocumentServer.FileFormat documentFormat);Public Function Load(ByVal filename As String, ByVal documentFormat As DocumentServer.FileFormat) As Boolean| Parameter | Description |
|---|---|
| filename | Specifies the document file to be 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.