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++