API Reference

Enum

PdfRewritePreservationMatrixClassification

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

Classification used by rewrite-preservation matrix proof rows.

Inheritance

  • Enum
  • PdfRewritePreservationMatrixClassification

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 PdfRewritePreservationMatrixClassification RewriteSafe #

The rewrite completed and the preservation proof passed.

Value: 0
public const PdfRewritePreservationMatrixClassification PreservationFailed #

The rewrite completed, but preservation proof found drift.

Value: 1
public const PdfRewritePreservationMatrixClassification Blocked #

The rewrite was intentionally blocked by OfficeIMO.Pdf safety checks.

Value: 2
public const PdfRewritePreservationMatrixClassification OperationFailed #

The rewrite failed for an unexpected reason.

Value: 3