XmpSimpleNode.SetValue(String) Method
In This Article
Sets a regular string as a node value.
Namespace: DevExpress.Pdf.Xmp
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
value | String | The node value. |
#Remarks
The SetValue method call sets the IsUri property to false.
See Also