API Reference

Enum

PdfDeclaredComplianceClaimStatus

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

Stable status for one declared compliance claim assessed against exact artifact evidence.

Inheritance

  • Enum
  • PdfDeclaredComplianceClaimStatus

Usage

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

Values

public const PdfDeclaredComplianceClaimStatus UnsupportedProfile #

The declaration cannot be mapped to a profile implemented by this OfficeIMO.Pdf version.

Value: 0
public const PdfDeclaredComplianceClaimStatus InternalGaps #

Known internal requirements are not satisfied.

Value: 1
public const PdfDeclaredComplianceClaimStatus MissingArtifactEvidence #

The exact artifact has not been bound to the proof report.

Value: 2
public const PdfDeclaredComplianceClaimStatus MissingExternalValidation #

Required external validation for the exact artifact is missing.

Value: 3
public const PdfDeclaredComplianceClaimStatus ExternalValidationFailed #

A required external validator failed or errored for the exact artifact.

Value: 4
public const PdfDeclaredComplianceClaimStatus Claimable #

Internal requirements and every required external validator passed for the exact artifact.

Value: 5