Enum ViewerDialogModes
Mode in which the viewer is opened to display a document
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public enum ViewerDialogModes
Fields
| Name | Description |
|---|---|
| AdHocEditMode | Document is opened for editing and is locked only while editing. |
| EditMode | Document is opened for editing and is locked for other users until it's closed. |
| ReadOnly | Document is opened as read-only. |