Skip to main content

IPdfDocumentSelectionResults.ContentType Property

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

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

PdfDocumentContentType ContentType { get; }

Property Value

Type Description
PdfDocumentContentType

A PdfDocumentContentType enumeration value.

Available values:

Name Description
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