XmpName.Get(String, String) Method
In This Article
Generates an XMP name (prefix:local format).
Namespace: DevExpress.Pdf.Xmp
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
local |
String | The local name. |
namespace |
String | The namespace URI (prefix). |
#Returns
Type | Description |
---|---|
Xmp |
The XMP name. |
See Also