Aspose::Page::UserProperties::GetPropertyFloat méthode

UserProperties::GetPropertyFloat(System::String) method

Obtient la valeur de la propriété float.

virtual float Aspose::Page::UserProperties::GetPropertyFloat(System::String key)
ParamètreTypeDescription
cléSystem::StringLe nom de la propriété.

ReturnValue

Valeur de la propriété.

Voir aussi

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

Obtient la valeur de la propriété float. Si la propriété demandée est absente, renvoie la valeur par défaut fournie.

virtual float Aspose::Page::UserProperties::GetPropertyFloat(System::String key, float defValue)
ParamètreTypeDescription
cléSystem::StringLe nom de la propriété.
defValuefloatValeur par défaut de la propriété.

ReturnValue

Valeur de la propriété.

Voir aussi