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