Skip to main content
All docs
V24.1

PdfViewerControl.LayersViewerSettings Property

Specifies settings used to customize the Layers panel. This is a dependency property.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v24.1.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public PdfLayersViewerSettings LayersViewerSettings { get; set; }

Property Value

Type Description
PdfLayersViewerSettings

An object that contains the Layers panel settings.

See Also