sorry , the code gain is...

var printTest:FlexPrintJob = new FlexPrintJob();
                                        printTest.printAsBitmap =
false;
                                        if(printTest.start())
                                        {
                                                VBoxA.width =
printTest.pageWidth;
                                                VBoxA.height =
printTest.pageHeight;
 
printTest.addObject(VBoxA, FlexPrintJobScaleType.NONE);
                                                printTest.send();
                                        }





On Aug 22, 10:21 am, flexBlog21 <[email protected]> wrote:
> Hi Guys,
>
> I am having multiple issues with flex printing.It prints the scrollbar
> too and only the content visible on screen is printed. also , while
> printing multiple page , the second page prints blank!!!!
>
> here's my code
>
> var printTest:FlexPrintJob = new FlexPrintJob();
>                                         printhelp.printAsBitmap = false;
>                                         if(printTest.start())
>                                         {
>                                                 VBoxA.width = 
> printhelp.pageWidth;
>                                                 VBoxA.height = 
> printhelp.pageHeight;
>                                                 printTest.addObject(VBoxA, 
> FlexPrintJobScaleType.NONE);
>                                                 printTest.send();
>                                         }

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

Reply via email to