API Reference

Class

PdfInferenceEvidence

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

One stable reason supporting or weakening an inferred PDF artifact.

Inheritance

  • Object
  • PdfInferenceEvidence

Usage

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

Accepted by parameters

Constructors

public PdfInferenceEvidence(String code, String message, Double contribution) #

Creates diagnostic evidence with a normalized contribution.

Parameters

code System.String requiredposition: 0
message System.String requiredposition: 1
contribution System.Double requiredposition: 2

Properties

public String Code { get; } #

Stable machine-readable reason code.

public String Message { get; } #

Human-readable explanation.

public Double Contribution { get; } #

Normalized contribution from -1 (weakening) to 1 (supporting).