PdfSelectedContent.Image Property
In This Article
Returns the image selected in the PDF doc. Users can only select text or a single image within a single page.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public DXImage Image { get; }
#Property Value
Type | Description |
---|---|
DXImage | The selected image. |
See Also