Aspose::Page::UserProperties::GetPropertyColor metodo

UserProperties::GetPropertyColor(System::String) method

Ottiene il valore della proprietà colore.

virtual System::Drawing::Color Aspose::Page::UserProperties::GetPropertyColor(System::String key)
ParametroTipoDescrizione
chiaveSystem::StringIl nome della proprietà.

ReturnValue

Valore della proprietà.

Vedi anche

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

Ottiene il valore della proprietà colore. Se la proprietà richiesta è assente, restituisce il valore predefinito fornito.

virtual System::Drawing::Color Aspose::Page::UserProperties::GetPropertyColor(System::String key, System::Drawing::Color defValue)
ParametroTipoDescrizione
chiaveSystem::StringIl nome della proprietà.
defValueSystem::Drawing::ColorValore predefinito della proprietà.

ReturnValue

Valore della proprietà.

Vedi anche