Aspose::Page::UserProperties::GetPropertyColor μέθοδος
UserProperties::GetPropertyColor(System::String) method
Λαμβάνει τιμή ιδιότητας color.
virtual System::Drawing::Color Aspose::Page::UserProperties::GetPropertyColor(System::String key)
| Parameter | Type | Περιγραφή |
|---|---|---|
| κλειδί | System::String | Το όνομα της ιδιότητας. |
ReturnValue
Τιμή ιδιότητας.
Δείτε επίσης
- Class Color
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::GetPropertyColor(System::String, System::Drawing::Color) method
Λαμβάνει τιμή ιδιότητας color. Εάν η ζητούμενη ιδιότητα λείπει, επιστρέφει την προεπιλεγμένη τιμή που παρέχεται.
virtual System::Drawing::Color Aspose::Page::UserProperties::GetPropertyColor(System::String key, System::Drawing::Color defValue)
| Parameter | Type | Περιγραφή |
|---|---|---|
| κλειδί | System::String | Το όνομα της ιδιότητας. |
| defValue | System::Drawing::Color | Προεπιλεγμένη τιμή της ιδιότητας. |
ReturnValue
Τιμή ιδιότητας.
Δείτε επίσης
- Class Color
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++