Skip to content

Class StandardPdfGeneratorOptions

Provides configuration options for generating standard PDFs.

Assembly: FacturXDotNet.dll
csharp
public class StandardPdfGeneratorOptions

Properties

The logo to be displayed in the generated PDF document as a byte array.

csharp
public ReadOnlyMemory<byte>? Logo { get; set; }

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; }

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