Class ThumbnailSettings
class for thumbnail settings.
Inheritance
System.Object
ThumbnailSettings
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class ThumbnailSettings : Object
Constructors
ThumbnailSettings()
Initializes the thumbnail settings
Declaration
public ThumbnailSettings()
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 |
IsVisible
Gets or sets a value indicating whether thumbnail pane is visible to user interface. By default the value is true
Declaration
public bool IsVisible { get; set; }
Property Value
Type |
---|
System.Boolean |