Size of rendering within WebHTMLViewer

I want to user WebHTMLViewer to render a html page. Is there a way to determine the size of the renderered image.

With a WE app, you’d need the client to report the innerHeight and innerWidth of the frame (WebHTMLViewer) once it is loaded. You’d use a WebCustomControl to do that, perhaps observing the object with a repeating timer, or receiving a ping from the server. Complicated stuff. If you can find another approach that doesn’t need metrics from the browser, you’ll live a happier life.