Método Aspose::Pdf::XmpValue::to_KeyValuePairArray

XmpValue::to_KeyValuePairArray method

Convierte XmlValue a un valor de colección nombrada.

static System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>> Aspose::Pdf::XmpValue::to_KeyValuePairArray(const System::SharedPtr<XmpValue> &value)
ParámetroTipoDescripción
valorconst System::SharedPtr<XmpValue>&Valor a convertir.

ReturnValue

XmlValue.

Ver también