UserProperties.SetProperty
SetProperty(string, string)
Sets string property value.
public virtual object SetProperty(string key, string value)
Parameter | Type | Description |
---|---|---|
key | String | The name of property. |
value | String | The value of property. |
Return Value
A property.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
SetProperty(string, string[])
Sets string array property value.
public virtual object SetProperty(string key, string[] value)
Parameter | Type | Description |
---|---|---|
key | String | The name of property. |
value | String[] | The value of property. |
Return Value
A property.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
SetProperty(Dictionary<string, object>, string, string[])
Sets string array property value in specified properties table.
public static object SetProperty(Dictionary<string, object> properties, string key, string[] value)
Parameter | Type | Description |
---|---|---|
properties | Dictionary`2 | The properties table. |
key | String | The name of property. |
value | String[] | The value of property. |
Return Value
A property.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
SetProperty(string, Color)
Sets color property value.
public virtual object SetProperty(string key, Color value)
Parameter | Type | Description |
---|---|---|
key | String | The name of property. |
value | Color | The value of property. |
Return Value
A property.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
SetProperty(Dictionary<string, object>, string, Color)
Sets color property value in specified properties table.
public static object SetProperty(Dictionary<string, object> properties, string key, Color value)
Parameter | Type | Description |
---|---|---|
properties | Dictionary`2 | The properties table. |
key | String | The name of property. |
value | Color | The value of property. |
Return Value
A property.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
SetProperty(string, Rectangle)
Sets rectangle property value.
public virtual object SetProperty(string key, Rectangle value)
Parameter | Type | Description |
---|---|---|
key | String | The name of property. |
value | Rectangle | The value of property. |
Return Value
A property.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
SetProperty(Dictionary<string, object>, string, Rectangle)
Sets rectangle property value in specified properties table.
public static object SetProperty(Dictionary<string, object> properties, string key, Rectangle value)
Parameter | Type | Description |
---|---|---|
properties | Dictionary`2 | The properties table. |
key | String | The name of property. |
value | Rectangle | The value of property. |
Return Value
A property.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
SetProperty(string, Margins)
Sets margins property value.
public virtual object SetProperty(string key, Margins value)
Parameter | Type | Description |
---|---|---|
key | String | The name of property. |
value | Margins | The value of property. |
Return Value
A property.
See Also
- class Margins
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
SetProperty(Dictionary<string, object>, string, Margins)
Sets margins property value in specified properties table.
public static object SetProperty(Dictionary<string, object> properties, string key, Margins value)
Parameter | Type | Description |
---|---|---|
properties | Dictionary`2 | The properties table. |
key | String | The name of property. |
value | Margins | The value of property. |
Return Value
A property.
See Also
- class Margins
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
SetProperty(string, Size)
Sets size property value.
public virtual object SetProperty(string key, Size value)
Parameter | Type | Description |
---|---|---|
key | String | The name of property. |
value | Size | The value of property. |
Return Value
A property.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
SetProperty(Dictionary<string, object>, string, Size)
Sets size property value in specified properties table.
public static object SetProperty(Dictionary<string, object> properties, string key, Size value)
Parameter | Type | Description |
---|---|---|
properties | Dictionary`2 | The properties table. |
key | String | The name of property. |
value | Size | The value of property. |
Return Value
A property.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
SetProperty(string, int)
Sets integer property value.
public virtual object SetProperty(string key, int value)
Parameter | Type | Description |
---|---|---|
key | String | The name of property. |
value | Int32 | The value of property. |
Return Value
A property.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
SetProperty(Dictionary<string, object>, string, int)
Sets integer property value in specified properties table.
public static object SetProperty(Dictionary<string, object> properties, string key, int value)
Parameter | Type | Description |
---|---|---|
properties | Dictionary`2 | The properties table. |
key | String | The name of property. |
value | Int32 | The value of property. |
Return Value
A property.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
SetProperty(string, double)
Sets double property value.
public virtual object SetProperty(string key, double value)
Parameter | Type | Description |
---|---|---|
key | String | The name of property. |
value | Double | The value of property. |
Return Value
A property.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
SetProperty(Dictionary<string, object>, string, double)
Sets double property value in specified properties table.
public static object SetProperty(Dictionary<string, object> properties, string key, double value)
Parameter | Type | Description |
---|---|---|
properties | Dictionary`2 | The properties table. |
key | String | The name of property. |
value | Double | The value of property. |
Return Value
A property.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
SetProperty(string, float)
Sets float property value.
public virtual object SetProperty(string key, float value)
Parameter | Type | Description |
---|---|---|
key | String | The name of property. |
value | Single | The value of property. |
Return Value
A property.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
SetProperty(Dictionary<string, object>, string, float)
Sets float property value in specified properties table.
public static object SetProperty(Dictionary<string, object> properties, string key, float value)
Parameter | Type | Description |
---|---|---|
properties | Dictionary`2 | The properties table. |
key | String | The name of property. |
value | Single | The value of property. |
Return Value
A property.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
SetProperty(string, bool)
Sets boolean property value.
public virtual object SetProperty(string key, bool value)
Parameter | Type | Description |
---|---|---|
key | String | The name of property. |
value | Boolean | The value of property. |
Return Value
A property.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
SetProperty(Dictionary<string, object>, string, bool)
Sets boolean property value in specified properties table.
public static object SetProperty(Dictionary<string, object> properties, string key, bool value)
Parameter | Type | Description |
---|---|---|
properties | Dictionary`2 | The properties table. |
key | String | The name of property. |
value | Boolean | The value of property. |
Return Value
A property.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
SetProperty(string, Matrix)
Sets matrix property value.
public virtual object SetProperty(string key, Matrix value)
Parameter | Type | Description |
---|---|---|
key | String | The name of property. |
value | Matrix | The value of property. |
Return Value
A property.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
SetProperty(Dictionary<string, object>, string, Matrix)
Sets matrix property value in specified properties table.
public static object SetProperty(Dictionary<string, object> properties, string key, Matrix value)
Parameter | Type | Description |
---|---|---|
properties | Dictionary`2 | The properties table. |
key | String | The name of property. |
value | Matrix | The value of property. |
Return Value
A property.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page