| XmpArrayHelperGetRdfCode Method |
Namespace: Aspose.PSD.XmpAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic static string GetRdfCode(
XmpArrayType xmpArrayType
)
Public Shared Function GetRdfCode (
xmpArrayType As XmpArrayType
) As String
public:
static String^ GetRdfCode(
XmpArrayType xmpArrayType
)
static member GetRdfCode :
xmpArrayType : XmpArrayType -> string
Parameters
- xmpArrayType
- Type: Aspose.PSD.XmpXmpArrayType
Type of the XMP array.
Return Value
Type:
StringReturns the RDF code for specific
XmpArrayType.
Exceptions| Exception | Condition |
|---|
| XmpException | Invalid enum argument exception |
See Also