Aspose::Page::EPS::XMP::XmpValue::to_XmpValueArray method

XmpValue::to_XmpValueArray method

Converts XmpValue to array.

static System::ArrayPtr<System::SharedPtr<XmpValue>> Aspose::Page::EPS::XMP::XmpValue::to_XmpValueArray(System::SharedPtr<XmpValue> value)
ParameterTypeDescription
valueSystem::SharedPtr<XmpValue>Value to convert.

ReturnValue

XmlValue.

See Also