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