XmpDocument.CreateSimpleValue(String, String, Boolean) Method
In This Article
Adds a simple value node at the end of the packet.
Namespace: DevExpress.Pdf.Xmp
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public XmpSimpleNode CreateSimpleValue(
string qualifiedName,
string value,
bool isUri
)
#Parameters
Name | Type | Description |
---|---|---|
qualified |
String | The node’s qualified name (prefix:local format). |
value | String | The node value. |
is |
Boolean | true if the node value is a URI string; false if the node value is a regular string. |
#Returns
Type | Description |
---|---|
Xmp |
The simple value node. |
#Exceptions
Type | Description |
---|---|
Argument |
Thrown if the prefix specified in the qualified |
See Also