Skip to main content
All docs
V26.1
  • PdfDocument.AttachZugferdInvoice(Byte[], ZugferdVersion, ZugferdConformanceLevel) Method

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public void AttachZugferdInvoice(
        byte[] invoiceData,
        ZugferdVersion version,
        ZugferdConformanceLevel conformanceLevel
    )

    Parameters

    Name Type
    invoiceData Byte[]
    version ZugferdVersion
    conformanceLevel ZugferdConformanceLevel
    See Also