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