Back to Devexpress

PdfViewer.HasSelection Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-9d1a124c.md

latest1.2 KB
Original Source

PdfViewer.HasSelection Property

Specifies whether or not any PDF content is selected.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
[Browsable(false)]
public bool HasSelection { get; }
vb
<Browsable(False)>
Public ReadOnly Property HasSelection As Boolean

Property Value

TypeDescription
Boolean

true if some content has been selected in the PDF; otherwise false.

|

See Also

GetSelectionContent()

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace