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

UserProperties::GetPropertyMargins(System::String) method

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

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

ReturnValue

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

انظر أيضًا

UserProperties::GetPropertyMargins(System::String, System::SharedPtr<Margins>) method

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

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

ReturnValue

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

انظر أيضًا