Loads a document that is used for further processing.

LoadDocument(String)

public void LoadDocument(string path);

LoadDocument(String, DocumentServer.FileFormat)

public void LoadDocument(string path, DocumentServer.FileFormat format);

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.