Class ViewerPreferences
Inheritance
System.Object
ViewerPreferences
Assembly: DocuWare.Platform.ServerClient.dll
public class ViewerPreferences : object
Properties
Declaration
public List<AnnotationToolSettings> Annotations { get; set; }
Property Value
Declaration
public bool ExpandStatusbar { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
The ID of the Viewer preferences.
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ToolbarVisibility LeftToolbarState { get; set; }
Property Value
Declaration
public ToolbarVisibility RightToolbarState { get; set; }
Property Value
Declaration
public List<ViewerToolbar> Toolbars { get; set; }
Property Value