Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfMarkInfo MarkInfo { get; }

Property Value

Type Description
DevExpress.Pdf.PdfMarkInfo

A DevExpress.Pdf.PdfMarkInfo object.

See Also