API Reference

Class

PdfMutationPortfolioReport

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Input-specific portfolio of mutation plans produced by the single shared mutation planner.

Inheritance

  • Object
  • PdfMutationPortfolioReport

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

Methods

public PdfMutationPlan Get(PdfMutationOperation operation) #
Returns: PdfMutationPlan

Returns the plan for one requested mutation family.

Parameters

operation OfficeIMO.Pdf.PdfMutationOperation requiredposition: 0

Properties

public PdfDocumentPreflight Preflight { get; } #

Shared preflight snapshot used by every plan.

public IReadOnlyList<PdfMutationPlan> Plans { get; } #

Requested operations in stable enum order.

public IReadOnlyList<PdfMutationPlan> ExecutablePlans { get; } #

Plans with a proven full-rewrite or append-only path.

public IReadOnlyList<PdfMutationPlan> BlockedPlans { get; } #

Plans without a proven path for this input.

public Boolean CanExecuteAll { get; } #

True when every requested operation has a proven execution path.