XmpArrayHelperGetRdfCode Method |
Namespace: Aspose.Imaging.XmpAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
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.Imaging.XmpXmpArrayType
Type of the XMP array.
Return Value
Type:
StringReturns the RDF code for specific
XmpArrayType.
ExceptionsException | Condition |
---|
XmpException | Invalid enum argument exception |
See Also