Class XmpPdfAIdentificationMetadata
PDF/A Identification Schema - The only mandatory XMP entries are those which indicate that the file is a PDF/A-1 document and its conformance level. The table below lists all properties in the PDF/A identification schema. The namespace URI is incorrectly described in ISO 19005-1 [1], and corrected in [2]. Unlike predefined XMP schemas, the namespace prefix is not only preferred, but required.
Assembly: FacturXDotNet.dll
csharp
public class XmpPdfAIdentificationMetadata
Properties
Amendment
Optional PDF/A amendment identifier
csharp
public string? Amendment { get; set; }
Conformance
PDF/A conformance level: A or B.
csharp
public XmpPdfAConformanceLevel? Conformance { get; set; }
Part
PDF/A version identifier.
csharp
public int? Part { get; set; }