PdfDocumentContent.ContentType Property
In This Article
Indicates the type of the PDF content corresponding to a specific document point.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public 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