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

UserProperties::GetPropertyInt(System::String) method

يحصل على قيمة الخاصية العددية.

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

ReturnValue

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

انظر أيضًا

UserProperties::GetPropertyInt(System::String, int32_t) method

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

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

ReturnValue

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

انظر أيضًا