Aspose::Page::UserProperties::GetPropertyInt 方法

UserProperties::GetPropertyInt(System::String) method

获取整数属性值。

virtual int32_t Aspose::Page::UserProperties::GetPropertyInt(System::String key)
ParameterType描述
System::String属性的名称。

ReturnValue

属性值。

另见

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

获取整数属性值。如果请求的属性不存在,则返回提供的默认值。

virtual int32_t Aspose::Page::UserProperties::GetPropertyInt(System::String key, int32_t defValue)
ParameterType描述
System::String属性的名称。
defValueint32_t属性的默认值。

ReturnValue

属性值。

另见