Aspose::Page::UserProperties::GetPropertyMatrix yöntemi.
UserProperties::GetPropertyMatrix(System::String) method
Matris özelliği değerini alır.
virtual System::SharedPtr<System::Drawing::Drawing2D::Matrix> Aspose::Page::UserProperties::GetPropertyMatrix(System::String key)
| Parameter | Type | Açıklama |
|---|---|---|
| anahtar | System::String | Özelliğin adı. |
ReturnValue
Özellik değeri.
Ayrıca Bakınız
- 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
Matris özelliği değerini alır. İstenen özellik yoksa, verilen varsayılan değeri döndürür.
virtual System::SharedPtr<System::Drawing::Drawing2D::Matrix> Aspose::Page::UserProperties::GetPropertyMatrix(System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> defValue)
| Parameter | Type | Açıklama |
|---|---|---|
| anahtar | System::String | Özelliğin adı. |
| defValue | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | Özelliğin varsayılan değeri. |
ReturnValue
Özellik değeri.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Matrix
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++