Aspose::Page::UserProperties::GetPropertyColor μέθοδος

UserProperties::GetPropertyColor(System::String) method

Λαμβάνει τιμή ιδιότητας color.

virtual System::Drawing::Color Aspose::Page::UserProperties::GetPropertyColor(System::String key)
ParameterTypeΠεριγραφή
κλειδίSystem::StringΤο όνομα της ιδιότητας.

ReturnValue

Τιμή ιδιότητας.

Δείτε επίσης

UserProperties::GetPropertyColor(System::String, System::Drawing::Color) method

Λαμβάνει τιμή ιδιότητας color. Εάν η ζητούμενη ιδιότητα λείπει, επιστρέφει την προεπιλεγμένη τιμή που παρέχεται.

virtual System::Drawing::Color Aspose::Page::UserProperties::GetPropertyColor(System::String key, System::Drawing::Color defValue)
ParameterTypeΠεριγραφή
κλειδίSystem::StringΤο όνομα της ιδιότητας.
defValueSystem::Drawing::ColorΠροεπιλεγμένη τιμή της ιδιότητας.

ReturnValue

Τιμή ιδιότητας.

Δείτε επίσης