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)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| मान | डबल | परिवर्तित करने के लिए मान। |
ReturnValue
XmlValue।
संबंधित देखें
- Typedef SharedPtr
- Class XmpValue
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::to_XmpValue(int32_t) method
integer को XmpValue में परिवर्तित करता है।
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(int32_t value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| मान | int32_t | परिवर्तित करने के लिए मान। |
ReturnValue
XmlValue।
संबंधित देखें
- 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
array को XmpValue में परिवर्तित करता है।
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>> value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| मान | System::ArrayPtr<System::SharedPtr<System::Object>> | परिवर्तित करने के लिए मान। |
ReturnValue
XmlValue।
संबंधित देखें
- 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
DateTime को XmpValue में परिवर्तित करता है।
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::DateTime value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| मान | System::DateTime | परिवर्तित करने के लिए मान। |
ReturnValue
XmlValue।
संबंधित देखें
- Typedef SharedPtr
- Class XmpValue
- Class DateTime
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::to_XmpValue(System::String) method
string को XmpValue में परिवर्तित करता है।
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::String value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| मान | System::String | परिवर्तित करने के लिए मान। |
ReturnValue
XmlValue।
संबंधित देखें
- Typedef SharedPtr
- Class XmpValue
- Class String
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++