طريقة Aspose::Page::UserProperties::GetPropertyFloat

UserProperties::GetPropertyFloat(System::String) method

يحصل على قيمة الخاصية ذات النوع العائم.

virtual float Aspose::Page::UserProperties::GetPropertyFloat(System::String key)
ParameterTypeالوصف
المفتاحSystem::Stringاسم الخاصية.

ReturnValue

قيمة الخاصية.

انظر أيضًا

UserProperties::GetPropertyFloat(System::String, float) method

يحصل على قيمة الخاصية ذات النوع العائم. إذا كانت الخاصية المطلوبة غير موجودة، يرجع القيمة الافتراضية المقدمة.

virtual float Aspose::Page::UserProperties::GetPropertyFloat(System::String key, float defValue)
ParameterTypeالوصف
المفتاحSystem::Stringاسم الخاصية.
defValueعدد عائمالقيمة الافتراضية للخاصية.

ReturnValue

قيمة الخاصية.

انظر أيضًا