Back to Devexpress

PdfDocumentContent.ContentType Property

officefileapi-devexpress-dot-pdf-dot-pdfdocumentcontent-1d63b3d3.md

latest1.4 KB
Original Source

PdfDocumentContent.ContentType Property

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

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfDocumentContentType ContentType { get; }
vb
Public 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

PdfDocumentContent Class

PdfDocumentContent Members

DevExpress.Pdf Namespace