IPdfDocumentSelectionResults.ContentType Property
In This Article
Indicates the type of the content corresponding to a hit point.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
PdfDocumentContentType ContentType { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
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