Print an Envelope

Hi all,

I have been learning how to print in Xojo (very cool), but for some reason, I can’t seem to find how to set the paper’s size (dimensions) on my Mac. I am wanting to print an envelope – and I am sure that it’s probably something really simple, but I’ve searched both the Xojo forum and Google, but … hmm … no luck so far.

Any suggestions or guidance on how this is done?

Byron

Ah ha! I found it… On the Mac, you apparently have to use the PageSetupDialog() method that is a part of the PrinterSetup object. Cool…