Back to Devexpress

PdfDocument.MarkInfo Property

officefileapi-devexpress-dot-pdf-dot-pdfdocument-0d15f42b.md

latest1001 B
Original Source

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfMarkInfo MarkInfo { get; }
vb
Public ReadOnly Property MarkInfo As PdfMarkInfo

Property Value

TypeDescription
DevExpress.Pdf.PdfMarkInfo

A DevExpress.Pdf.PdfMarkInfo object.

|

See Also

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace