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