Aspose::Page::UserProperties::GetPropertyInt метод

UserProperties::GetPropertyInt(System::String) method

Получает значение целочисленного свойства.

virtual int32_t Aspose::Page::UserProperties::GetPropertyInt(System::String key)
ПараметрТипОписание
ключSystem::StringИмя свойства.

ReturnValue

Значение свойства.

См. также

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

Получает значение целочисленного свойства. Если запрашиваемое свойство отсутствует, возвращает указанное значение по умолчанию.

virtual int32_t Aspose::Page::UserProperties::GetPropertyInt(System::String key, int32_t defValue)
ПараметрТипОписание
ключSystem::StringИмя свойства.
defValueint32_tЗначение свойства по умолчанию.

ReturnValue

Значение свойства.

См. также