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

UserProperties::GetPropertyColor(System::String) method

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

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

ReturnValue

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

انظر أيضًا

UserProperties::GetPropertyColor(System::String, System::Drawing::Color) method

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

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

ReturnValue

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

انظر أيضًا