PdfViewerControl.LayersViewerSettings Property
In This Article
Specifies settings used to customize the Layers panel. This is a dependency property.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
public PdfLayersViewerSettings LayersViewerSettings { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
An object that contains the Layers panel settings. |
See Also