Class BasePdfStreamOptions
Represents the options for configuring the base PDF stream used during the Factur-X document generation process.
Assembly: FacturXDotNet.dll
csharp
public class BasePdfStreamOptions
Properties
Password
The password used to protect the base PDF stream in the Factur-X document generation process.
csharp
public string? Password { get; set; }
LeaveOpen
The flag indicating whether the base PDF stream should remain open after the Factur-X document generation process.
csharp
public bool LeaveOpen { get; set; }