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