Class XmpMetadataReaderOptions
The options that can be passed to the FacturXDotNet.Parsing.XMP.XmpMetadataReader.
Assembly: FacturXDotNet.dll
csharp
public class XmpMetadataReaderOptions
Properties
Logger
The logger that should be used by the reader. The reader logs the unknown paths it encounters at the WARN level.
csharp
public ILogger? Logger { get; set; }