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

UserProperties::GetPropertyDouble(System::String) method

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

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

ReturnValue

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

انظر أيضًا

UserProperties::GetPropertyDouble(System::String, double) method

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

virtual double Aspose::Page::UserProperties::GetPropertyDouble(System::String key, double defValue)
ParameterTypeالوصف
المفتاحSystem::Stringاسم الخاصية.
defValuedoubleالقيمة الافتراضية للخاصية.

ReturnValue

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

انظر أيضًا