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

PdfDocumentContent Class

Provides information about the PDF content type at a specific client point.

Namespace: DevExpress.Pdf

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

Declaration

public class PdfDocumentContent

The following members return PdfDocumentContent objects:

Library Related API Members
WinForms Controls PdfViewer.GetContentInfo(PointF)
WPF Controls IPdfDocument.HitTest(PdfDocumentPosition)

Remarks

A PdfDocumentContent object is returned by the PdfViewer.GetContentInfo property.

Inheritance

Object
PdfDocumentContent
See Also