Loads a document that is used for further processing.

LoadDocument(String)

public void LoadDocument(string path);
Public Sub LoadDocument(ByVal path As String)

LoadDocument(String, DocumentServer.FileFormat)

public void LoadDocument(string path, DocumentServer.FileFormat format);
Public Sub LoadDocument(ByVal path As String, ByVal format As DocumentServer.FileFormat)

Parameters

Parameter Description
path Specifies the document file to be loaded.
format Specifies one of the DocumentServer.FileFormat values.

Remarks

If only the path parameter is specified, the file type is determined by the file's extension.