XmpDocument.PdfAProperties Property
In This Article
Gets properties used to define the PDF/A namespace.
Namespace: DevExpress.Pdf.Xmp
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfAProperties PdfAProperties { get; }
#Property Value
Type | Description |
---|---|
Pdf |
An object that contains PDF/A namespace properties. |
See Also