Class XmpMetadata
XMP metadata of a Factur-X invoice.
Assembly: FacturXDotNet.dll
csharp
public class XmpMetadata
Properties
PdfAIdentification
The PDF/A ID metadata of the invoice.
csharp
public XmpPdfAIdentificationMetadata? PdfAIdentification { get; set; }
Basic
The basic descriptive information of the document.
csharp
public XmpBasicMetadata? Basic { get; set; }
Pdf
The properties of the PDF document.
csharp
public XmpPdfMetadata? Pdf { get; set; }
DublinCore
The commonly used properties from the Dublin Core Metadata Initiative (DCMI).
csharp
public XmpDublinCoreMetadata? DublinCore { get; set; }
PdfAExtensions
The PDF/A metadata of the invoice.
csharp
public XmpPdfAExtensionsMetadata? PdfAExtensions { get; set; }
FacturX
The Factur-X metadata of the invoice.
csharp
public XmpFacturXMetadata? FacturX { get; set; }