Aspose::Page::EPS::XMP::XmpValue::XmpValue konstruktor
isi
[
bersembunyi
]XmpValue::XmpValue(double) constructor
Konstruktor untuk nilai floating point.
Aspose::Page::EPS::XMP::XmpValue::XmpValue(double value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| value | double | Nilai double. |
Lihat Juga
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::XmpValue(int32_t) constructor
Konstruktor untuk nilai integer.
Aspose::Page::EPS::XMP::XmpValue::XmpValue(int32_t value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| value | int32_t | Nilai integer. |
Lihat Juga
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::XmpValue(System::ArrayPtr<System::SharedPtr<XmpValue>>) constructor
Konstruktor untuk nilai array.
Aspose::Page::EPS::XMP::XmpValue::XmpValue(System::ArrayPtr<System::SharedPtr<XmpValue>> array)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| array | System::ArrayPtr<System::SharedPtr<XmpValue>> | Nilai array. |
Lihat Juga
- Typedef ArrayPtr
- Typedef SharedPtr
- Class XmpValue
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::XmpValue(System::DateTime) constructor
Konstruktor untuk nilai tanggal dan waktu.
Aspose::Page::EPS::XMP::XmpValue::XmpValue(System::DateTime value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| value | System::DateTime | Nilai Date time. |
Lihat Juga
- Class DateTime
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::XmpValue(System::String) constructor
Konstruktor untuk nilai string.
Aspose::Page::EPS::XMP::XmpValue::XmpValue(System::String value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| value | System::String | Nilai string. |
Lihat Juga
- Class String
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++