UserProperties.GetPropertyInt
GetPropertyInt(string)
Gets integer property value.
public virtual int GetPropertyInt(string key)
Parameter | Type | Description |
---|---|---|
key | String | The name of property. |
Return Value
Property value.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
GetPropertyInt(string, int)
Gets integer property value. If requested property is absent, returns provided default value.
public virtual int GetPropertyInt(string key, int defValue)
Parameter | Type | Description |
---|---|---|
key | String | The name of property. |
defValue | Int32 | Default value of property. |
Return Value
Property value.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page