Base64 Image Viewer

Content Type: Widget
Categories: User Interface

Overview

This widget is used to display Image from an Encoded Base64 String value without the need for System.Image Generalization.

Documentation

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.

Releases

Version: 1.0.0
Framework Version: 8.18.19
Release Notes: **Base64ImageViewer** This widget is used to display 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.