Skip to main content
All docs
V25.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.v25.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