Aspose::Page::UserProperties::GetPropertyMatrix méthode
Contenu
[
Cacher
]UserProperties::GetPropertyMatrix(System::String) method
Obtient la valeur de la propriété matrix.
virtual System::SharedPtr<System::Drawing::Drawing2D::Matrix> Aspose::Page::UserProperties::GetPropertyMatrix(System::String key)
| Paramètre | Type | Description |
|---|---|---|
| clé | System::String | Le nom de la propriété. |
ReturnValue
Valeur de la propriété.
Voir aussi
- 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
Obtient la valeur de la propriété matrix. Si la propriété demandée est absente, renvoie la valeur par défaut fournie.
virtual System::SharedPtr<System::Drawing::Drawing2D::Matrix> Aspose::Page::UserProperties::GetPropertyMatrix(System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> defValue)
| Paramètre | Type | Description |
|---|---|---|
| clé | System::String | Le nom de la propriété. |
| defValue | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | Valeur par défaut de la propriété. |
ReturnValue
Valeur de la propriété.
Voir aussi
- Typedef SharedPtr
- Class Matrix
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++