UserProperties Class |
Namespace: Aspose.Page
The UserProperties type exposes the following members.
Name | Description | |
---|---|---|
![]() | UserProperties |
Initializes an empty instance of UserProperties class.
|
![]() | UserProperties(DictionaryString, Object) |
Initializes an of UserProperties class with default values.
|
![]() | UserProperties(DictionaryString, Object, DictionaryString, Object) |
Constructs UserProperties with a defaults and altDefaults table,
which are searched in that order.
|
Name | Description | |
---|---|---|
![]() | Comparer | (Inherited from DictionaryString, Object.) |
![]() | Count | (Inherited from DictionaryString, Object.) |
![]() | Item | (Inherited from DictionaryString, Object.) |
![]() | Keys | (Inherited from DictionaryString, Object.) |
![]() | Properties |
Copies properties, including its defaults into this UserProperties
|
![]() | Values | (Inherited from DictionaryString, Object.) |
Name | Description | |
---|---|---|
![]() | Add | (Inherited from DictionaryString, Object.) |
![]() | Clear | (Inherited from DictionaryString, Object.) |
![]() | ContainsKey | (Inherited from DictionaryString, Object.) |
![]() | ContainsValue | (Inherited from DictionaryString, Object.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | (Inherited from DictionaryString, Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetObjectData | (Inherited from DictionaryString, Object.) |
![]() | GetProperty(String) |
Gets string property value.
|
![]() | GetProperty(String, String) |
Gets string property value. If requested property is absent, returns provided default value.
|
![]() | GetPropertyColor(String) |
Gets color property value.
|
![]() | GetPropertyColor(String, Color) |
Gets color property value. If requested property is absent, returns provided default value.
|
![]() | GetPropertyDouble(String) |
Gets double property value.
|
![]() | GetPropertyDouble(String, Double) |
Gets double property value. If requested property is absent, returns provided default value.
|
![]() | GetPropertyFloat(String) |
Gets float property value.
|
![]() | GetPropertyFloat(String, Single) |
Gets float property value. If requested property is absent, returns provided default value.
|
![]() | GetPropertyInt(String) |
Gets integer property value.
|
![]() | GetPropertyInt(String, Int32) |
Gets integer property value. If requested property is absent, returns provided default value.
|
![]() | GetPropertyMargins(String) |
Gets margins property value.
|
![]() | GetPropertyMargins(String, Margins) |
Gets margins property value. If requested property is absent, returns provided default value.
|
![]() | GetPropertyRectangle(String) |
Gets rectangle property value.
|
![]() | GetPropertyRectangle(String, RectangleF) |
Gets rectangle property value. If requested property is absent, returns provided default value.
|
![]() | GetPropertySize(String) |
Gets size property value.
|
![]() | GetPropertySize(String, Size) |
Gets size property value. If requested property is absent, returns provided default value.
|
![]() | GetPropertyStringArray(String) |
Gets string array property value.
|
![]() | GetPropertyStringArray(String, String) |
Gets string array property value. If requested property is absent, returns provided default value.
|
![]() | GetType | (Inherited from Object.) |
![]() | IsProperty(String) |
Gets boolean property value.
|
![]() | IsProperty(String, Boolean) |
Gets boolean property value. If requested property is absent, returns provided default value.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnDeserialization | (Inherited from DictionaryString, Object.) |
![]() | PropertyNames |
Returns properties names.
|
![]() | Remove | (Inherited from DictionaryString, Object.) |
![]() | SetProperty(String, Margins) |
Sets margins property value.
|
![]() | SetProperty(String, Boolean) |
Sets boolean property value.
|
![]() | SetProperty(String, Double) |
Sets double property value.
|
![]() | SetProperty(String, Color) |
Sets color property value.
|
![]() | SetProperty(String, Rectangle) |
Sets rectangle property value.
|
![]() | SetProperty(String, Size) |
Sets size property value.
|
![]() | SetProperty(String, Int32) |
Sets integer property value.
|
![]() | SetProperty(String, Single) |
Sets float property value.
|
![]() | SetProperty(String, String) |
Sets string property value.
|
![]() | SetProperty(String, String) |
Sets string array property value.
|
![]() ![]() | SetProperty(DictionaryString, Object, String, Margins) |
Sets margins property value in specified properties table.
|
![]() ![]() | SetProperty(DictionaryString, Object, String, Boolean) |
Sets boolean property value in specified properties table.
|
![]() ![]() | SetProperty(DictionaryString, Object, String, Double) |
Sets double property value in specified properties table.
|
![]() ![]() | SetProperty(DictionaryString, Object, String, Color) |
Sets color property value in specified properties table.
|
![]() ![]() | SetProperty(DictionaryString, Object, String, Rectangle) |
Sets rectangle property value in specified properties table.
|
![]() ![]() | SetProperty(DictionaryString, Object, String, Size) |
Sets size property value in specified properties table.
|
![]() ![]() | SetProperty(DictionaryString, Object, String, Int32) |
Sets integer property value in specified properties table.
|
![]() ![]() | SetProperty(DictionaryString, Object, String, Single) |
Sets float property value in specified properties table.
|
![]() ![]() | SetProperty(DictionaryString, Object, String, String) |
Sets string array property value in specified properties table.
|
![]() | ToString | (Inherited from Object.) |
![]() | TryGetValue | (Inherited from DictionaryString, Object.) |
Name | Description | |
---|---|---|
![]() | altDefaults |
An alternative properties values.
|