Remarks
A given path is always relating to the server the document viewer is runnig on. Thus, it is good practice to define the path parameter using the Http
Initiates saving the currently loaded document. The actual saving is performed by a method which has to be bound to the Document
public void Save(DocumentServer.FileFormat format);
public void Save(string path);
public void Save(string path, DocumentServer.FileFormat format);
Parameter | Description |
---|---|
format | Specifies one of the Document |
path | Specifies where the document should be saved. |
A given path is always relating to the server the document viewer is runnig on. Thus, it is good practice to define the path parameter using the Http