Class XmpMetadataWriter
Writes XMP metadata to a stream.
Assembly: FacturXDotNet.dll
csharp
public class XmpMetadataWriter
Methods
WriteAsync(Stream, XmpMetadata)
Writes the XMP metadata to the specified stream.
csharp
public Task WriteAsync(Stream stream, XmpMetadata xmp)
Returns
System.Threading.Tasks.Task
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | The stream to write the XMP metadata to. |
FacturXDotNet.Models.XMP.XmpMetadata | xmp | The XMP metadata to write. |