Aspose::Page::EPS::XMP::XmpValue::to_KeyValuePair method

XmpValue::to_KeyValuePair method

Converts XmpValue to named value.

static System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> Aspose::Page::EPS::XMP::XmpValue::to_KeyValuePair(System::SharedPtr<XmpValue> value)
ParameterTypeDescription
valueSystem::SharedPtr<XmpValue>Value to convert.

ReturnValue

XmlValue.

See Also