Back to Devexpress

PdfCreationOptions.MergePdfADocuments Property

officefileapi-devexpress-dot-pdf-dot-pdfcreationoptions-889de3da.md

latest1.2 KB
Original Source

PdfCreationOptions.MergePdfADocuments Property

Specifies whether to merge PDF/A documents.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public bool MergePdfADocuments { get; set; }
vb
Public Property MergePdfADocuments As Boolean

Property Value

TypeDescription
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

PdfCreationOptions Class

PdfCreationOptions Members

DevExpress.Pdf Namespace