Class XmpMetadataStreamOptions
Represents the options for configuring an XMP Metadata stream during Factur-X document generation.
Assembly: FacturXDotNet.dll
csharp
public class XmpMetadataStreamOptions
Properties
LeaveOpen
The flag indicating whether the provided stream should remain open after Factur-X document generation operations are completed.
csharp
public bool LeaveOpen { get; set; }