XmpArrayHelperGetRdfCode Method
Gets the RDF code for specific XmpArrayType.

Namespace: Aspose.PSD.Xmp
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public static string GetRdfCode(
	XmpArrayType xmpArrayType
)

Parameters

xmpArrayType
Type: Aspose.PSD.XmpXmpArrayType
Type of the XMP array.

Return Value

Type: String
Returns the RDF code for specific XmpArrayType.
Exceptions
ExceptionCondition
XmpExceptionInvalid enum argument exception
See Also