Class XmpPdfAPropertyMetadata
PDF/A Property Value Type - This schema describes a single property.
Assembly: FacturXDotNet.dll
csharp
public class XmpPdfAPropertyMetadata
Properties
Category
Property category: internal or external.
csharp
public XmpPdfAPropertyCategory? Category { get; set; }
Description
Description of the property.
csharp
public string? Description { get; set; }
Name
Property name.
csharp
public string? Name { get; set; }
ValueType
Value type of the property, drawn from XMP Specification, or an embedded PDF/A extension schema value type.
csharp
public string? ValueType { get; set; }