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++