XmpDocument.CreateArray(String, XmpArrayType) 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
public XmpArray CreateArray(
string qualifiedName,
XmpArrayType arrayType
)
#Parameters
Name | Type | Description |
---|---|---|
qualified |
String | The array’s qualified name (prefix:local format). |
array |
Xmp |
The array type. |
#Returns
Type | Description |
---|---|
Xmp |
An empty XMP array. |
#Exceptions
Type | Description |
---|---|
Argument |
Thrown if the prefix specified in the qualified |
See Also