Aspose::Page::UserProperties::GetProperty मेथड

UserProperties::GetProperty(System::String) method

स्ट्रिंग प्रॉपर्टी मान प्राप्त करता है।

virtual System::String Aspose::Page::UserProperties::GetProperty(System::String key)
पैरामीटरप्रकारविवरण
कुंजीSystem::Stringप्रॉपर्टी का नाम।

ReturnValue

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

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

UserProperties::GetProperty(System::String, System::String) method

स्ट्रिंग प्रॉपर्टी मान प्राप्त करता है। यदि अनुरोधित प्रॉपर्टी अनुपलब्ध है, तो प्रदान किया गया डिफ़ॉल्ट मान लौटाता है।

virtual System::String Aspose::Page::UserProperties::GetProperty(System::String key, System::String defValue)
पैरामीटरप्रकारविवरण
कुंजीSystem::Stringप्रॉपर्टी का नाम।
defValueSystem::Stringप्रॉपर्टी का डिफ़ॉल्ट मान।

ReturnValue

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

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