I'm having trouble getting the page orientation & size to work with the Imaging object in VB6. I use:
.PrintSetStdPaperSize = vbPRPSLegal ' 5
.PrintSetOrientation = vbPRORLandscape ' 2
Before I print my image. Subsequent calls to .PrintGetPaperWidth returns 355.6 (14 inches) and .PrintGetPaperHeight returns 215.9 (8.5 inches), so it would appear that both of the settings worked. However, when I print to my printer or PDF driver, the page size & orientation is stuck at Letter size (or maybe A4) and Portrait orientation.
Is this a bug, or am I doing something wrong?
Thanks in advance for any help.
