Skip to main content

PdfDocumentContent.ContentType Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public 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