UserProperties.UserProperties
UserProperties()
Initializes an empty instance of UserProperties class.
public UserProperties()
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
UserProperties(Dictionary<string, object>)
Initializes an of UserProperties class with default values.
public UserProperties(Dictionary<string, object> defaults)
Parameter | Type | Description |
---|---|---|
defaults | Dictionary`2 | Default properties values. |
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
UserProperties(Dictionary<string, object>, Dictionary<string, object>)
Constructs UserProperties with a defaults and altDefaults table, which are searched in that order.
public UserProperties(Dictionary<string, object> defaults, Dictionary<string, object> altDefaults)
Parameter | Type | Description |
---|---|---|
defaults | Dictionary`2 | Default properties values. |
altDefaults | Dictionary`2 | An alternative properties values. |
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page