Overview
This widget is used to display Image from an Encoded Base64 String value without the need for System.Image Generalization.
Documentation
![Base64 Image Viewer Base64 Image Viewer](assets/img/widgets/w-03.webp)
Description
This widget is used to display an Image from an Encoded Base64 String value without the need for System.Image Generalization. Store the Base64 value in a string attribute in an entity. Place the Widget inside a Dataview and map the string attribute which has the Base64 Value.
Typical usage scenario
- Display images when you have Encode Base64 Image Value
- Display image When your entity is not generalized with System.Image Entity and but has the Base64 Value.
Installation
Import the widget to your project and add the widget inside a Dataview and configure Height and Width.
Screenshots
![](assets/img/widgets/widgetsubpages/base64-image-viewer/3.png)