UserProperties.UserProperties
अंतर्वस्तु
[
छिपाना
]UserProperties()
UserProperties वर्ग का एक खाली उदाहरण आरंभ करता है।
public UserProperties()
यह सभी देखें
- class UserProperties
- नाम स्थान Aspose.Page
- सभा Aspose.Page
UserProperties(Dictionary<string, object>)
डिफ़ॉल्ट मानों के साथ UserProperties वर्ग की शुरुआत करता है।
public UserProperties(Dictionary<string, object> defaults)
पैरामीटर | प्रकार | विवरण |
---|---|---|
defaults | Dictionary`2 | डिफ़ॉल्ट गुण मान। |
यह सभी देखें
- class UserProperties
- नाम स्थान Aspose.Page
- सभा Aspose.Page
UserProperties(Dictionary<string, object>, Dictionary<string, object>)
डिफॉल्ट और altDefaults तालिका के साथ UserProperties का निर्माण करता है, जो उस क्रम में खोजे जाते हैं।
public UserProperties(Dictionary<string, object> defaults, Dictionary<string, object> altDefaults)
पैरामीटर | प्रकार | विवरण |
---|---|---|
defaults | Dictionary`2 | डिफ़ॉल्ट गुण मान। |
altDefaults | Dictionary`2 | एक वैकल्पिक गुण मान। |
यह सभी देखें
- class UserProperties
- नाम स्थान Aspose.Page
- सभा Aspose.Page