API Reference
Class
PdfMutationPortfolioReport
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
- Method PdfDocument.AssessMutations
Methods
public PdfMutationPlan Get(PdfMutationOperation operation) #Returns:
PdfMutationPlanReturns the plan for one requested mutation family.
Parameters
- operation OfficeIMO.Pdf.PdfMutationOperation
Inherited Methods
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.