API Reference

Enum

PdfParsingMode

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

Controls whether known structural PDF defects are rejected or explicitly recovered.

Inheritance

  • Enum
  • PdfParsingMode

Usage

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

Values

public const PdfParsingMode Lenient #

Recover supported defects and expose every recovery through PdfRepairReport.

Value: 0
public const PdfParsingMode Strict #

Reject structural defects instead of applying recovery behavior.

Value: 1