Aspose::Page::EPS::XMP::XmpValue::to_KeyValuePairArray method

XmpValue::to_KeyValuePairArray method

Converts XmlValue to named collection value.

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

ReturnValue

XmlValue.

See Also