Aspose::Page::EPS::XMP::XmpValue::to_XmpValue yöntemi

XmpValue::to_XmpValue(double) method

Double’ı XmpValue değerine dönüştürür.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(double value)
ParameterTypeAçıklama
değerdoubleDönüştürülecek değer.

ReturnValue

XmlValue.

Ayrıca Bakınız

XmpValue::to_XmpValue(int32_t) method

Tam sayıyı XmpValue değerine dönüştürür.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(int32_t value)
ParameterTypeAçıklama
değerint32_tDönüştürülecek değer.

ReturnValue

XmlValue.

Ayrıca Bakınız

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

Diziyi XmpValue değerine dönüştürür.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>> value)
ParameterTypeAçıklama
değerSystem::ArrayPtr<System::SharedPtr<System::Object>>Dönüştürülecek değer.

ReturnValue

XmlValue.

Ayrıca Bakınız

XmpValue::to_XmpValue(System::DateTime) method

DateTime’ı XmpValue değerine dönüştürür.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::DateTime value)
ParameterTypeAçıklama
değerSystem::DateTimeDönüştürülecek değer.

ReturnValue

XmlValue.

Ayrıca Bakınız

XmpValue::to_XmpValue(System::String) method

String’i XmpValue değerine dönüştürür.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::String value)
ParameterTypeAçıklama
değerSystem::StringDönüştürülecek değer.

ReturnValue

XmlValue.

Ayrıca Bakınız