API Reference

Enum

PdfTaggedStructureMode

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls generated tagged-PDF groundwork emitted into the document catalog.

Inheritance

  • Enum
  • PdfTaggedStructureMode

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const PdfTaggedStructureMode None #

Do not emit tagged-PDF catalog markers.

Value: 0
public const PdfTaggedStructureMode CatalogMarkers #

Emit tagged-PDF catalog markers. Generated pages emit structure-order tab hints; paragraphs, headings, list labels and bodies nested below generated L/LI containers, table captions, table cell slices, generated Table/TR containers, table header scope attributes, table span attributes, and image figures with alternate text can also receive limited MCID and parent-tree references. This is readiness groundwork and does not provide complete tagged page content.

Value: 1