Show / Hide Table of Contents

    Class ViewerPreferences

    Inheritance
    System.Object
    ViewerPreferences
    Namespace: DocuWare.Platform.ServerClient.WebClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class ViewerPreferences : object

    Properties

    Annotations

    Declaration
    public List<AnnotationToolSettings> Annotations { get; set; }
    Property Value
    Type Description
    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
    List<ViewerToolbar>
    In This Article
    • Properties
      • Annotations
      • ExpandStatusbar
      • Id
      • LeftToolbarState
      • RightToolbarState
      • Toolbars
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top