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

UserProperties::GetPropertyStringArray(System::String) method

يحصل على قيمة خاصية مصفوفة السلاسل.

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

ReturnValue

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

انظر أيضًا

UserProperties::GetPropertyStringArray(System::String, System::ArrayPtr<System::String>) method

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

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

ReturnValue

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

انظر أيضًا