Back to Devexpress

IPdfDocumentSelectionResults.ContentType Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-ipdfdocumentselectionresults.md

latest1.5 KB
Original Source

IPdfDocumentSelectionResults.ContentType Property

Indicates the type of the content corresponding to a hit point.

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
PdfDocumentContentType ContentType { get; }
vb
ReadOnly Property ContentType As PdfDocumentContentType

Property Value

TypeDescription
PdfDocumentContentType

A PdfDocumentContentType enumeration value.

|

Available values:

NameDescription
None

The PDF content is not defined.

| | Text |

The PDF content is text.

| | Image |

The PDF content is an image.

| | Annotation |

The PDF content is an annotation.

|

See Also

IPdfDocumentSelectionResults Interface

IPdfDocumentSelectionResults Members

DevExpress.Xpf.PdfViewer Namespace