ActiveX dll to access VB Printer

After doing some research, I still can not find more information on accessing the properties and methods of an ActiveX .dll from Notes 6. I have registered the .dll file I created from VB 6, and have done the proper declarations to access the CreateObject method in lotusscript. I see the one property, and the one method in the Designer. How do I access the VB’s Printer object properties and methods for use in script?

Subject: ActiveX dll to access VB Printer / Print Landscape

There is a PageSet.Exe anyone can get on Microsoft’s website. It is a sample VB .dll that already contains the Printer methods needed to set a page to Landscape and reset it back. It does not work consistently in Notes 6. Haven’t tested this in R5 yet.