PdfDocument.AttachZugferdInvoice(Stream, PdfZugferdVersion, PdfZugferdConformanceLevel) Method
In This Article
Attaches a ZUGFeRD XML to the document.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public void AttachZugferdInvoice(
Stream invoiceStream,
PdfZugferdVersion version,
PdfZugferdConformanceLevel conformanceLevel
)
#Parameters
Name | Type | Description |
---|---|---|
invoice |
Stream | A stream that contains the ZUGFe |
version | Pdf |
An enumeration value that specifies the ZUGFe |
conformance |
Pdf |
An enumeration value that indicates the ZUGFe |
#Remarks
Note
The Attach
See Also