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

UserProperties::GetPropertyMargins(System::String) method

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

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

ReturnValue

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

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

UserProperties::GetPropertyMargins(System::String, System::SharedPtr<Margins>) method

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

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

ReturnValue

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

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