Aspose::Page::EPS::XMP::XmpValue::XmpValue constructor
inhoud
[
verbergen
]XmpValue::XmpValue(double) constructor
Constructor voor zwevendekommagetalwaarde.
Aspose::Page::EPS::XMP::XmpValue::XmpValue(double value)
| Parameter | Type | Beschrijving |
|---|---|---|
| value | double | Dubbele waarde. |
Zie ook
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::XmpValue(int32_t) constructor
Constructor voor gehele getalwaarde.
Aspose::Page::EPS::XMP::XmpValue::XmpValue(int32_t value)
| Parameter | Type | Beschrijving |
|---|---|---|
| value | int32_t | Geheel getal-waarde. |
Zie ook
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::XmpValue(System::ArrayPtr<System::SharedPtr<XmpValue>>) constructor
Constructor voor arraywaarde.
Aspose::Page::EPS::XMP::XmpValue::XmpValue(System::ArrayPtr<System::SharedPtr<XmpValue>> array)
| Parameter | Type | Beschrijving |
|---|---|---|
| array | System::ArrayPtr<System::SharedPtr<XmpValue>> | Arraywaarde. |
Zie ook
- Typedef ArrayPtr
- Typedef SharedPtr
- Class XmpValue
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::XmpValue(System::DateTime) constructor
Constructor voor datum‑tijdwaarde.
Aspose::Page::EPS::XMP::XmpValue::XmpValue(System::DateTime value)
| Parameter | Type | Beschrijving |
|---|---|---|
| value | System::DateTime | Datum‑tijdwaarde. |
Zie ook
- Class DateTime
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::XmpValue(System::String) constructor
Constructor voor tekenreekswaarde.
Aspose::Page::EPS::XMP::XmpValue::XmpValue(System::String value)
| Parameter | Type | Beschrijving |
|---|---|---|
| value | System::String | Stringwaarde. |
Zie ook
- Class String
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++