I have a JPG file embedded in a Web Component DLL written in C#. I am trying to figure out how to render this as an HtmlImage at runtime on th page the component is added to. Looking to render as th src of the HtmlImage from within the Component.

Thanks in advance for any help, I am just not finding a good source right off.