XmpArray.AddArray(XmpArrayType) Method
Adds an empty array item to the array.
Namespace: DevExpress.Pdf.Xmp
Assembly: DevExpress.Pdf.v24.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
arrayType | XmpArrayType | the array item type. |
Returns
Type | Description |
---|---|
XmpArray | An array item. |
See Also