Metodo Aspose::Page::UserProperties::GetPropertyFloat

UserProperties::GetPropertyFloat(System::String) method

Ottiene il valore della proprietà float.

virtual float Aspose::Page::UserProperties::GetPropertyFloat(System::String key)
ParametroTipoDescrizione
chiaveSystem::StringIl nome della proprietà.

ReturnValue

Valore della proprietà.

Vedi anche

UserProperties::GetPropertyFloat(System::String, float) method

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

virtual float Aspose::Page::UserProperties::GetPropertyFloat(System::String key, float defValue)
ParametroTipoDescrizione
chiaveSystem::StringIl nome della proprietà.
defValuefloatValore predefinito della proprietà.

ReturnValue

Valore della proprietà.

Vedi anche