Back to Devexpress

PdfSelectionContent.ContentType Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfselectioncontent.md

latest1.4 KB
Original Source

PdfSelectionContent.ContentType Property

Indicates the type of the PDF content corresponding to a specific document point.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public PdfSelectionContentType ContentType { get; }
vb
Public ReadOnly Property ContentType As PdfSelectionContentType

Property Value

TypeDescription
PdfSelectionContentType

A PdfSelectionContentType enumeration value.

|

Available values:

NameDescription
None

The selected content is not defined.

| | Text |

The selected content is text.

| | Image |

The selected content is an image.

|

See Also

PdfSelectionContent Struct

PdfSelectionContent Members

DevExpress.XtraPdfViewer Namespace