Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfCreationOptions.MergePdfADocuments Property

Specifies whether to merge PDF/A documents.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool MergePdfADocuments { get; set; }

Property Value

Type Description
Boolean

true, to merge document; otherwise, false.

Remarks

Important

The PDF Document API does not validate whether the inserted content is PDF/A compatible. Use this option only when merged documents are PDF/A compatible.

See Also