Back to Devexpress

PdfViewerControl.HasSelection Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-47ee26a7.md

latest1.3 KB
Original Source

PdfViewerControl.HasSelection Property

Gets whether there is any selected content in the current document. This is a dependency property.

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public bool HasSelection { get; }
vb
Public ReadOnly Property HasSelection As Boolean

Property Value

TypeDescription
Boolean

true, if there is any selected content in the current document; otherwise, false.

|

See Also

Select

SelectAll()

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace