Hello Guys,

      Can any one help me how to print smooth?

       I am using this code

import mx.printing.FlexPrintJob;
public function doPrint():void {
                var printJob:FlexPrintJob = new FlexPrintJob();

                if (printJob.start()) {
                    printJob.addObject(tileDesgin.Imagesprogress);
                    printJob.send();
                }
        }


It comes little pixelated..

I want smooth print .. any help will be appreciated.

Thnks in advance

Amit Doshi

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to