Skip to main content
A newer version of this page is available. .

PdfViewer.HasSelection Property

Specifies whether or not any PDF content is selected.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.2.dll

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