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.

또 보기