Skip to content

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
TypeNameDescription
System.IO.StreamstreamThe stream to write the XMP metadata to.
FacturXDotNet.Models.XMP.XmpMetadataxmpThe XMP metadata to write.

The tools are open source and released under the MIT License, feel free to use, modify, and share.