API Reference

Class

PdfRewritePreservationIssue

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Describes one preservation mismatch found after rewriting or manipulating a PDF.

Inheritance

  • Object
  • PdfRewritePreservationIssue

Usage

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

Returned or exposed by

Properties

public String Feature { get; } #

Stable feature name, for example PageCount, Metadata.Title, or LinkAnnotations.

public String Expected { get; } #

Expected value captured from the original PDF or declared options.

public String Actual { get; } #

Actual value observed in the rewritten PDF.

public String Message { get; } #

Human-readable preservation diagnostic.