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)
パラメーター説明
valuedouble変換する値。

ReturnValue

XmlValue。

参照

XmpValue::to_XmpValue(int32_t) method

整数を XmpValue に変換します。

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(int32_t value)
パラメーター説明
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)
パラメーター説明
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)
パラメーター説明
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)
パラメーター説明
valueSystem::String変換する値。

ReturnValue

XmlValue。

参照