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

UserProperties::IsProperty(System::String) method

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

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

ReturnValue

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

انظر أيضًا

UserProperties::IsProperty(System::String, bool) method

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

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

ReturnValue

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

انظر أيضًا