Skip to main content
All docs
V24.1

PdfViewerControl.HasLayers Property

Gets a value that defines whether a document has layers. This is a dependency property.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public bool HasLayers { get; }

Property Value

Type Description
Boolean

true if the layers panel is visible; otherwise false.

See Also