Class XmpPdfAExtensionsMetadata
PDF/A Extension Schema Container Schema - This schema is required for defining XMP extension schemas. It is a container with one or more extension schemas. The description of this schema is missing in ISO 19005-1, and was added in [2].
Assembly: FacturXDotNet.dll
csharp
public class XmpPdfAExtensionsMetadata
Properties
Schemas
Container for all embedded extension schema descriptions.
csharp
public List<XmpPdfASchemaMetadata> Schemas { get; set; }