Aspose::Page::UserProperties::GetPropertyDouble طريقة
UserProperties::GetPropertyDouble(System::String) method
يحصل على قيمة الخاصية ذات النوع المزدوج.
virtual double Aspose::Page::UserProperties::GetPropertyDouble(System::String key)
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | System::String | اسم الخاصية. |
ReturnValue
قيمة الخاصية.
انظر أيضًا
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::GetPropertyDouble(System::String, double) method
يحصل على قيمة الخاصية ذات النوع المزدوج. إذا كانت الخاصية المطلوبة غير موجودة، يرجع القيمة الافتراضية المقدمة.
virtual double Aspose::Page::UserProperties::GetPropertyDouble(System::String key, double defValue)
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | System::String | اسم الخاصية. |
| defValue | double | القيمة الافتراضية للخاصية. |
ReturnValue
قيمة الخاصية.
انظر أيضًا
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++