Aspose::Page::UserProperties::GetPropertyFloat メソッド

UserProperties::GetPropertyFloat(System::String) method

float プロパティの値を取得します。

virtual float Aspose::Page::UserProperties::GetPropertyFloat(System::String key)
パラメーター説明
キーSystem::Stringプロパティの名前。

ReturnValue

プロパティの値。

参照

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

float プロパティの値を取得します。要求されたプロパティが存在しない場合、指定されたデフォルト値を返します。

virtual float Aspose::Page::UserProperties::GetPropertyFloat(System::String key, float defValue)
パラメーター説明
キーSystem::Stringプロパティの名前。
defValue単精度浮動小数点数プロパティのデフォルト値。

ReturnValue

プロパティの値。

参照