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

प्रॉपर्टी का मान।

संबंधित देखें