XmpMetadataContainerGetXmpRepresentation Method |
Converts the XMP value to the XML representation.
Namespace: GroupDocs.Metadata.Standards.XmpAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic abstract string GetXmpRepresentation()
Public MustOverride Function GetXmpRepresentation As String
public:
virtual String^ GetXmpRepresentation() abstract
abstract GetXmpRepresentation : unit -> string
Return Value
Type:
String
A
String representation of the XMP value.
Implements
IXmpTypeGetXmpRepresentation
See Also