طريقة Aspose::Page::EPS::XMP::XmpValue::to_XmpValue

XmpValue::to_XmpValue(double) method

يحوِّل double إلى XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(double value)
ParameterTypeالوصف
valuedoubleالقيمة للتحويل.

ReturnValue

XmlValue.

انظر أيضًا

XmpValue::to_XmpValue(int32_t) method

يحوِّل integer إلى XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(int32_t value)
ParameterTypeالوصف
valueint32_tالقيمة للتحويل.

ReturnValue

XmlValue.

انظر أيضًا

XmpValue::to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>>) method

يحوِّل المصفوفة إلى XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>> value)
ParameterTypeالوصف
valueSystem::ArrayPtr<System::SharedPtr<System::Object>>القيمة للتحويل.

ReturnValue

XmlValue.

انظر أيضًا

XmpValue::to_XmpValue(System::DateTime) method

يحوِّل DateTime إلى XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::DateTime value)
ParameterTypeالوصف
valueSystem::DateTimeالقيمة للتحويل.

ReturnValue

XmlValue.

انظر أيضًا

XmpValue::to_XmpValue(System::String) method

يحوِّل السلسلة إلى XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::String value)
ParameterTypeالوصف
valueSystem::Stringالقيمة للتحويل.

ReturnValue

XmlValue.

انظر أيضًا