API Reference
Class
PdfDeclaredComplianceClaim
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.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.