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

PdfDocument.MarkInfo Property

Provides access to the mark information dictionary that contains information about the document’s usage of Tagged PDF conventions.

Namespace: DevExpress.Pdf

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

Declaration

public PdfMarkInfo MarkInfo { get; }

Property Value

Type Description
DevExpress.Pdf.PdfMarkInfo

A DevExpress.Pdf.PdfMarkInfo object.

See Also