Skip to content

Class FacturXDocumentPostProcessOptions

Builder for post-processing a Factur-X document.

Assembly: FacturXDotNet.dll
csharp
public class FacturXDocumentPostProcessOptions

Methods

PdfDocument(Action<PdfDocument>)

Configures the PDF document.

csharp
public FacturXDocumentPostProcessOptions PdfDocument(Action<PdfDocument> configure)
Returns

FacturXDotNet.Generation.FacturX.FacturXDocumentPostProcessOptions: The builder itself for chaining.

Parameters
TypeNameDescription
System.Action<PdfSharp.Pdf.PdfDocument>configureThe action to configure the PDF document.

XmpMetadata(Action<FullyDefinedXmpMetadata>)

Configures the XMP metadata for the document.

csharp
public FacturXDocumentPostProcessOptions XmpMetadata(Action<FullyDefinedXmpMetadata> configure)
Returns

FacturXDotNet.Generation.FacturX.FacturXDocumentPostProcessOptions: The builder itself for chaining.

Parameters
TypeNameDescription
System.Action<FacturXDotNet.Generation.XMP.FullyDefinedXmpMetadata>configureThe action to configure the XMP metadata.

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