XmpStructure.Add(String, String) Method
In This Article
Adds a new item to a structure.
Namespace: DevExpress.Pdf.Xmp
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
qualified |
String | The item’s qualified name (prefix:local format). |
value | String | The item value. |
#Exceptions
Type | Description |
---|---|
Argument |
Thrown if the prefix specified in the qualified |
See Also