Hi,
I'm trying to render specific HTMLElement objects, using IHTMLElementRender. However, not all objects that are part of a specific document are indeed elements - and when they are rendered, the output is not an image of that element.
Does anyone knows how do I know which elements are 'renderable' and which are not? I need to identify this dynamically via the code.

Thanks.