Aspose::Page::EPS::XMP::XmpValue::to_XmpValue methode
inhoud
[
verbergen
]XmpValue::to_XmpValue(double) method
Converteert double naar XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(double value)
| Parameter | Type | Beschrijving |
|---|---|---|
| value | double | Waarde om te converteren. |
ReturnValue
XmlValue.
Zie ook
- Typedef SharedPtr
- Class XmpValue
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::to_XmpValue(int32_t) method
Converteert integer naar XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(int32_t value)
| Parameter | Type | Beschrijving |
|---|---|---|
| value | int32_t | Waarde om te converteren. |
ReturnValue
XmlValue.
Zie ook
- 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
Converteert array naar XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>> value)
| Parameter | Type | Beschrijving |
|---|---|---|
| value | System::ArrayPtr<System::SharedPtr<System::Object>> | Waarde om te converteren. |
ReturnValue
XmlValue.
Zie ook
- 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
Converteert DateTime naar XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::DateTime value)
| Parameter | Type | Beschrijving |
|---|---|---|
| value | System::DateTime | Waarde om te converteren. |
ReturnValue
XmlValue.
Zie ook
- Typedef SharedPtr
- Class XmpValue
- Class DateTime
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::to_XmpValue(System::String) method
Converteert string naar XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::String value)
| Parameter | Type | Beschrijving |
|---|---|---|
| value | System::String | Waarde om te converteren. |
ReturnValue
XmlValue.
Zie ook
- Typedef SharedPtr
- Class XmpValue
- Class String
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++