XmpSimpleNode.Value Property
In This Article
Gets or sets the node value.
Namespace: DevExpress.Pdf.Xmp
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Property Value
Type | Description |
---|---|
String | The node value. |
#Remarks
If you set this property to the URI string, set the IsUri property to true.
See Also