XMPData_GetNamespaceURIs¶
Return the namespaces present in an XMP data object.
XMPData_GetNamespaceURIs(xmpDataRef;namespaceURIs)
→ | xmpDataRef |
Text | The XMP data reference. |
← | namespaceURIs |
Array text | The namespace URIs. |
Return the URI’s of the namespaces present in the XMP data object xmpDataRef
.
Parameter xmpDataRef
is the reference to the XMP data object.
The URI’s of the namespaces are returned in the namespaceURIs
text array parameter.