ImageProps interface 
All properties in ImageProps are optional and have default values in the platform
- Extends
- 
			MediaProps 
Properties
| enable | Optional; indicate if image filtering mode is enabled on the selected image Default value is false | 
| image | Optional; Lets the developer specify the image output formats, more than one can be specified. Default value is Image. | 
| ink | Optional; indicate if inking on the selected Image is allowed or not Default value is true | 
| text | Optional; indicate if putting text stickers on the selected Image is allowed or not Default value is true | 
Property Details
		enableFilter
	 
	Optional; indicate if image filtering mode is enabled on the selected image Default value is false
enableFilter?: booleanProperty Value
boolean
		imageOutputFormats
	  
	Optional; Lets the developer specify the image output formats, more than one can be specified. Default value is Image.
imageOutputFormats?: ImageOutputFormats[]Property Value
ink
Optional; indicate if inking on the selected Image is allowed or not Default value is true
ink?: booleanProperty Value
boolean
		textSticker
	 
	Optional; indicate if putting text stickers on the selected Image is allowed or not Default value is true
textSticker?: booleanProperty Value
boolean