PdfViewer.AllowCopySelection Property
In This Article
Gets or sets whether you can copy the selected content to the clipboard.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public bool AllowCopySelection { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also