Aspose::Page::UserProperties::UserProperties कन्स्ट्रक्टर
अंतर्वस्तु
[
छिपाना
]UserProperties::UserProperties() constructor
एक खाली इंस्टेंस को UserProperties क्लास का प्रारंभ करता है।
Aspose::Page::UserProperties::UserProperties()
संबंधित देखें
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
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>>> | डिफ़ॉल्ट प्रॉपर्टी मान। |
संबंधित देखें
- Typedef SharedPtr
- Class Dictionary
- Class String
- Class Object
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
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>>> | डिफ़ॉल्ट प्रॉपर्टी मान। |
| altDefaults | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | एक वैकल्पिक प्रॉपर्टी मान। |
संबंधित देखें
- Typedef SharedPtr
- Class Dictionary
- Class String
- Class Object
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++