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

UserProperties::GetProperty(System::String) method

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

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

ReturnValue

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

انظر أيضًا

UserProperties::GetProperty(System::String, System::String) method

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

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

ReturnValue

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

انظر أيضًا