PdfCreationOptions.MergePdfADocuments Property
In This Article
Specifies whether to merge PDF/A documents.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#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