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

UserProperties::GetPropertyInt(System::String) method

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

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

ReturnValue

プロパティの値。

参照

UserProperties::GetPropertyInt(System::String, int32_t) method

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

virtual int32_t Aspose::Page::UserProperties::GetPropertyInt(System::String key, int32_t defValue)
パラメーター説明
キーSystem::Stringプロパティの名前。
defValueint32_tプロパティのデフォルト値。

ReturnValue

プロパティの値。

参照