Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfDocumentContent.ContentType Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfDocumentContentType ContentType { get; }

Property Value

Type Description
PdfDocumentContentType

A PdfDocumentContentType enumeration value.

See Also