Skip to main content

PdfViewer.HasSelection Property

Specifies whether or not any PDF content is selected.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

[Browsable(false)]
public bool HasSelection { get; }

Property Value

Type Description
Boolean

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

See Also