Hello, I'm having a real hard time being able to force a certain print orientation on a user that is printing using FlexPrintJob in Flex 3. I would like to modify the printJOb.as code and making the orientation public and then extend FlexPrintJob to be able to modify the orientation value. Problem is that I can't seem to find printJob.as so I can modify it. Is it precompiled or something.
Does anybody know anyway else to get this functionality. I've seen a couple examples with PrintJob and rotating but I can't do the same with the DisplayObject I'm trying to print. Tansk --

