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>)
إنشاء UserProperties باستخدام جدول افتراضيات و altDefaults يتم البحث فيه بهذا الترتيب.
public UserProperties(Dictionary<string, object> defaults, Dictionary<string, object> altDefaults)
معامل | يكتب | وصف |
---|---|---|
defaults | Dictionary`2 | قيم الخصائص الافتراضية. |
altDefaults | Dictionary`2 | قيم خصائص بديلة. |
أنظر أيضا
- class UserProperties
- مساحة الاسم Aspose.Page
- المجسم Aspose.Page