Back to Devexpress

PdfSelectedContentType Enum

maui-devexpress-dot-maui-dot-pdf-5c1a6523.md

latest1.1 KB
Original Source

PdfSelectedContentType Enum

Lists types of the PDF document’s selected content.

Namespace : DevExpress.Maui.Pdf

Assembly : DevExpress.Maui.Pdf.dll

NuGet Package : DevExpress.Maui.Pdf

Declaration

csharp
public enum PdfSelectedContentType

Members

NameDescription
None

The selection does not contain any content.

| | Text |

The selected content is text.

| | Image |

The selected content is an image.

|

The following properties accept/return PdfSelectedContentType values:

Extension Methods

Yield<PdfSelectedContentType>()

YieldIfNotNull<PdfSelectedContentType>()

See Also

DevExpress.Maui.Pdf Namespace