API Reference

Class

PdfDeclaredComplianceClaim

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Assessment of one PDF/A or PDF/UA declaration found in XMP metadata.

Inheritance

  • Object
  • PdfDeclaredComplianceClaim

Usage

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

Properties

public PdfDeclaredComplianceStandard Standard { get; } #

Declared standard family.

public String Declaration { get; } #

Normalized declaration read from XMP metadata, such as PDF/A-3b or PDF/UA-1.

public Nullable<PdfComplianceProfile> Profile { get; } #

Mapped OfficeIMO.Pdf profile, or null when the declared profile is not implemented.

public PdfComplianceProofReport Proof { get; } #

Exact-artifact proof report for recognized profiles.

public PdfDeclaredComplianceClaimStatus Status { get; } #

Stable claim status.

public String Diagnostic { get; } #

Human-readable reason for the current status.

public Boolean IsRecognized { get; } #

True when the declaration maps to a supported OfficeIMO.Pdf profile.

public Boolean CanClaimConformance { get; } #

True only when internal checks and required external validation passed for the exact artifact.