XmpDocument.Add(String, Single) Method
In This Article
Adds a node to the XMP 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 node’s qualified name (prefix:local format). |
value | Single | The node value. |
#Exceptions
Type | Description |
---|---|
Argument |
Thrown if the prefix specified in the qualified |
See Also