XmpDocument.CreateArray(XmpName) Method
In This Article
Adds an array at the end of the packet.
Namespace: DevExpress.Pdf.Xmp
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
name | Xmp |
The array name. |
#Returns
Type | Description |
---|---|
Xmp |
An empty XMP array. |
See Also