9.3 Storing Images in the Repository as Bitmaps
It is a bit confusing, but the Repository object type is a 'Bitmap' but this can actually be used to store a .bmp, .jpg (or .jpeg), or .png image (although .gif files are not supported). This is a good way to incorporate logos, social media icons and static images in your web application.
Bitmap objects can be included on Web Pages and Reusable parts, as in this example:
Define_Com Class(#PRIM_IMAG) Name(#Image1) Displayposition(11) Height(90) Image(#XSLansaTools) Left(0) Parent(#COM_OWNER) Tabposition(11) Tabstop(False) Top(3) Width(300)