Metodo Aspose::Page::EPS::XMP::XmpValue::to_XmpValue
Contenuti
[
Nascondere
]XmpValue::to_XmpValue(double) method
Converte double in XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(double value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | double | Valore da convertire. |
ReturnValue
XmlValue.
Vedi anche
- Typedef SharedPtr
- Class XmpValue
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::to_XmpValue(int32_t) method
Converte intero in XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(int32_t value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | int32_t | Valore da convertire. |
ReturnValue
XmlValue.
Vedi anche
- Typedef SharedPtr
- Class XmpValue
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>>) method
Converte array in XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>> value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | System::ArrayPtr<System::SharedPtr<System::Object>> | Valore da convertire. |
ReturnValue
XmlValue.
Vedi anche
- Typedef SharedPtr
- Class XmpValue
- Typedef ArrayPtr
- Class Object
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::to_XmpValue(System::DateTime) method
Converte DateTime in XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::DateTime value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | System::DateTime | Valore da convertire. |
ReturnValue
XmlValue.
Vedi anche
- Typedef SharedPtr
- Class XmpValue
- Class DateTime
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::to_XmpValue(System::String) method
Converte stringa in XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::String value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | System::String | Valore da convertire. |
ReturnValue
XmlValue.
Vedi anche
- Typedef SharedPtr
- Class XmpValue
- Class String
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++