Class StandardPdfGeneratorOptions
Provides configuration options for generating standard PDFs.
Assembly: FacturXDotNet.dll
csharp
public class StandardPdfGeneratorOptions
Properties
Logo
The logo to be displayed in the generated PDF document as a byte array.
csharp
public ReadOnlyMemory<byte>? Logo { get; set; }
Footer
The footer text to be displayed in the generated PDF document.
csharp
public string? Footer { get; set; }
LanguagePack
The language pack that contains localized resources for generating the standard PDF.
csharp
public StandardPdfGeneratorLanguagePack LanguagePack { get; set; }