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