Class BookmarkSettings
Class for bookmark settings.
Inheritance
System.Object
BookmarkSettings
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class BookmarkSettings : Object
Properties
IsExpanded
Gets or sets the visible state of thumbnail pane when loading PDF document. By default the value is false.
Declaration
public bool IsExpanded { get; set; }
Property Value
Type |
---|
System.Boolean |