API Reference

Enum

PdfReadProfile

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

Chooses the cost and evidence depth of canonical PDF semantic reconstruction.

Inheritance

  • Enum
  • PdfReadProfile

Usage

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

Values

public const PdfReadProfile Fast #

Uses the canonical page pipeline while omitting optional document-wide enrichment stages. The result reports every capability that was applied or skipped.

Value: 0
public const PdfReadProfile Structured #

Uses the complete built-in semantic reconstruction pipeline, including document-wide evidence.

Value: 1