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

UserProperties::GetPropertyMatrix(System::String) method

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

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

ReturnValue

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

انظر أيضًا

UserProperties::GetPropertyMatrix(System::String, System::SharedPtr<System::Drawing::Drawing2D::Matrix>) method

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

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

ReturnValue

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

انظر أيضًا