Remarks
If only the path parameter is specified, the file type is determined by the file's extension.
Loads a document that is used for further processing.
public void LoadDocument(string path);Public Sub LoadDocument(ByVal path As String)public void LoadDocument(string path, DocumentServer.FileFormat format);Public Sub LoadDocument(ByVal path As String, ByVal format As DocumentServer.FileFormat)| Parameter | Description |
|---|---|
| path | Specifies the document file to be loaded. |
| format | Specifies one of the Document |
If only the path parameter is specified, the file type is determined by the file's extension.