PdfViewer.HasSelection Property
In This Article
Returns whether the current document has any image or text content selected.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public bool HasSelection { get; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also