Aspose::Page::UserProperties::GetPropertyInt метод
UserProperties::GetPropertyInt(System::String) method
Получает значение целочисленного свойства.
virtual int32_t Aspose::Page::UserProperties::GetPropertyInt(System::String key)
| Параметр | Тип | Описание |
|---|---|---|
| ключ | System::String | Имя свойства. |
ReturnValue
Значение свойства.
См. также
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::GetPropertyInt(System::String, int32_t) method
Получает значение целочисленного свойства. Если запрашиваемое свойство отсутствует, возвращает указанное значение по умолчанию.
virtual int32_t Aspose::Page::UserProperties::GetPropertyInt(System::String key, int32_t defValue)
| Параметр | Тип | Описание |
|---|---|---|
| ключ | System::String | Имя свойства. |
| defValue | int32_t | Значение свойства по умолчанию. |
ReturnValue
Значение свойства.
См. также
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++