XMPData_CreateWithRDF

Create an XMP data object from RDF data.
XMPData_CreateWithRDF(rdfText) ➔ xmpDataRef
rdfText Text RDF source text.
↩︎ xmpDataRef Text The XMP data reference.

Create an XMP data object from RDF data and return a reference to it.

Parameter rdfText contains the RDF data.

The reference to the the XMP data object is returned in the method result (xmpDataRef). The XMP data reference must be released by the caller when no longer needed with a call to ImgObj_Release, otherwise there will be a memory leak.