طريقة Aspose::Page::UserProperties::GetPropertyMatrix
UserProperties::GetPropertyMatrix(System::String) method
يحصل على قيمة خاصية المصفوفة.
virtual System::SharedPtr<System::Drawing::Drawing2D::Matrix> Aspose::Page::UserProperties::GetPropertyMatrix(System::String key)
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | System::String | اسم الخاصية. |
ReturnValue
قيمة الخاصية.
انظر أيضًا
- Typedef SharedPtr
- Class Matrix
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
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)
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | System::String | اسم الخاصية. |
| defValue | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | القيمة الافتراضية للخاصية. |
ReturnValue
قيمة الخاصية.
انظر أيضًا
- Typedef SharedPtr
- Class Matrix
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++