Aspose::Page::UserProperties::UserProperties कन्स्ट्रक्टर

UserProperties::UserProperties() constructor

एक खाली इंस्टेंस को UserProperties क्लास का प्रारंभ करता है।

Aspose::Page::UserProperties::UserProperties()

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

UserProperties::UserProperties(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>) constructor

डिफ़ॉल्ट मानों के साथ UserProperties क्लास का एक इंस्टेंस प्रारंभ करता है।

Aspose::Page::UserProperties::UserProperties(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> defaults)
पैरामीटरप्रकारविवरण
डिफ़ॉल्ट्सSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>डिफ़ॉल्ट प्रॉपर्टी मान।

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

UserProperties::UserProperties(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>) constructor

UserProperties को डिफ़ॉल्ट्स और altDefaults तालिका के साथ बनाता है, जिन्हें उस क्रम में खोजा जाता है।

Aspose::Page::UserProperties::UserProperties(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> defaults, System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> altDefaults)
पैरामीटरप्रकारविवरण
डिफ़ॉल्ट्सSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>डिफ़ॉल्ट प्रॉपर्टी मान।
altDefaultsSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>एक वैकल्पिक प्रॉपर्टी मान।

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