Aspose::Page::UserProperties::GetPropertyMatrix μέθοδος
UserProperties::GetPropertyMatrix(System::String) method
Λαμβάνει τιμή ιδιότητας matrix.
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
Λαμβάνει τιμή ιδιότητας matrix. Εάν η ζητούμενη ιδιότητα λείπει, επιστρέφει την προεπιλεγμένη τιμή που παρέχεται.
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++