Class XmpPdfAFieldMetadata
PDF/A Field Value Type - This schema describes a field in a structured type. It is very similar to the PDF/A Property Value Type schema (see chapter 4.4), but defines a field in a structure instead of a property.
Assembly: FacturXDotNet.dll
csharp
public class XmpPdfAFieldMetadata
Properties
Description
Field description.
csharp
public string? Description { get; set; }
Name
Field name.
csharp
public string? Name { get; set; }
ValueType
Field value type, drawn from XMP Specification 2004, or an embedded PDF/A value type extension schema.
csharp
public string? ValueType { get; set; }