Skip to main content

PdfViewer.GetSelectedContent() Method

Returns an object that contains the selected content.

Namespace: DevExpress.Maui.Pdf

Assembly: DevExpress.Maui.Pdf.dll

NuGet Package: DevExpress.Maui.Pdf

Declaration

public PdfSelectedContent GetSelectedContent()

Returns

Type Description
PdfSelectedContent

An object that contains the selected content.

Remarks

The PdfViewer control allows users to only select text or a single image within a single page.

See Also