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
Type | Name | Description |
---|---|---|
System.Action<PdfSharp.Pdf.PdfDocument> | configure | The 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
Type | Name | Description |
---|---|---|
System.Action<FacturXDotNet.Generation.XMP.FullyDefinedXmpMetadata> | configure | The action to configure the XMP metadata. |