XmpSimpleNode.SetUri(String) Method
In This Article
Specifies a URI 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 |
---|---|---|
uri | String | The URI string that is the node value. |
#Remarks
The Seturi method call sets the IsUri property to true.
See Also