alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class CommentSettings

    Class for the comment settings

    Inheritance
    System.Object
    CommentSettings
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class CommentSettings : Object

    Properties

    IsExpanded

    Gets or sets a value indicating whether the comment pane is expanded or collapsed. The default value is false.

    Declaration
    public bool IsExpanded { get; set; }
    Property Value
    Type
    System.Boolean

    IsVisible

    Gets or sets a value indicating whether the comments pane button is visible in the toolbar. The default value is true.

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved