HTMLViewer Margins & Orientation

I need help. PLEASE, can someone please direct me to something that can help me print an HTMLViewer Landscape with .25 margins THAT DOES NOT INCLUDE USING ANY MBS PLUGINS!!! I’m trying to learn this software, and I can’t afford the MBS plugins. I have been searching for days for some type of example code to modify and learn from but I can’t find anything. I just need an example or some sort of instructions, this has to be possible.

HTMLViewer.print () basically does nothing and has HUGE margins by default, and there seems to be no options.

Passing JavaScript doesn’t seem to work at all either…
Dim jsSrc As String
jsSrc = “javascript:window.print();”
HTMLViewer1.ExecuteJavaScript(jsSrc)

Any help would be appreciated…