UserProperties.IsProperty
IsProperty(string)
Gets boolean property value.
public virtual bool IsProperty(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
IsProperty(string, bool)
Gets boolean property value. If requested property is absent, returns provided default value.
public virtual bool IsProperty(string key, bool defValue)
Parameter | Type | Description |
---|---|---|
key | String | The name of property. |
defValue | Boolean | Default value of property. |
Return Value
Property value.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page