Metodo Aspose::Page::UserProperties::GetPropertyMatrix
Contenuti
[
Nascondere
]UserProperties::GetPropertyMatrix(System::String) method
Ottiene il valore della proprietà matrice.
virtual System::SharedPtr<System::Drawing::Drawing2D::Matrix> Aspose::Page::UserProperties::GetPropertyMatrix(System::String key)
| Parametro | Tipo | Descrizione |
|---|---|---|
| chiave | System::String | Il nome della proprietà. |
ReturnValue
Valore della proprietà.
Vedi anche
- 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
Ottiene il valore della proprietà matrice. Se la proprietà richiesta è assente, restituisce il valore predefinito fornito.
virtual System::SharedPtr<System::Drawing::Drawing2D::Matrix> Aspose::Page::UserProperties::GetPropertyMatrix(System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> defValue)
| Parametro | Tipo | Descrizione |
|---|---|---|
| chiave | System::String | Il nome della proprietà. |
| defValue | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | Valore predefinito della proprietà. |
ReturnValue
Valore della proprietà.
Vedi anche
- Typedef SharedPtr
- Class Matrix
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++