UserProperties.UserProperties
UserProperties()
UserProperties sınıfının boş bir örneğini başlatır.
public UserProperties()
Ayrıca bakınız
- class UserProperties
- ad alanı Aspose.Page
- toplantı Aspose.Page
UserProperties(Dictionary<string, object>)
UserProperties sınıfını varsayılan değerlerle başlatır.
public UserProperties(Dictionary<string, object> defaults)
Parametre | Tip | Tanım |
---|---|---|
defaults | Dictionary`2 | Varsayılan özellik değerleri. |
Ayrıca bakınız
- class UserProperties
- ad alanı Aspose.Page
- toplantı Aspose.Page
UserProperties(Dictionary<string, object>, Dictionary<string, object>)
Bu sırayla aranan varsayılanlar ve altDefaults tablosu, ile UserProperties oluşturur.
public UserProperties(Dictionary<string, object> defaults, Dictionary<string, object> altDefaults)
Parametre | Tip | Tanım |
---|---|---|
defaults | Dictionary`2 | Varsayılan özellik değerleri. |
altDefaults | Dictionary`2 | Alternatif özellik değerleri. |
Ayrıca bakınız
- class UserProperties
- ad alanı Aspose.Page
- toplantı Aspose.Page