Aspose::Page::UserProperties::GetPropertyInt method

UserProperties::GetPropertyInt(System::String) method

Gets integer property value.

virtual int32_t Aspose::Page::UserProperties::GetPropertyInt(System::String key)
ParameterTypeDescription
keySystem::StringThe name of property.

ReturnValue

Property value.

See Also

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

Gets integer property value. If requested property is absent, returns provided default value.

virtual int32_t Aspose::Page::UserProperties::GetPropertyInt(System::String key, int32_t defValue)
ParameterTypeDescription
keySystem::StringThe name of property.
defValueint32_tDefault value of property.

ReturnValue

Property value.

See Also