Class ViewerPreferences
Inheritance
System.Object
ViewerPreferences
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient.WebClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
[Serializable]
public class ViewerPreferences
Properties
Annotations
Declaration
public List<AnnotationToolSettings> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<AnnotationToolSettings> |
ExpandStatusbar
Declaration
public bool ExpandStatusbar { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Id
The ID of the Viewer preferences.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LeftToolbarState
Declaration
public ToolbarVisibility LeftToolbarState { get; set; }
Property Value
| Type | Description |
|---|---|
| ToolbarVisibility |
RightToolbarState
Declaration
public ToolbarVisibility RightToolbarState { get; set; }
Property Value
| Type | Description |
|---|---|
| ToolbarVisibility |
Toolbars
Declaration
public List<ViewerToolbar> Toolbars { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<ViewerToolbar> |