Hi,
I have a iframe and print button in my sample application.I want to
give a print to the preview of the iframe.(Not the source
Content).Can any one provide me a sample
I have worked with sample code .But it is not working .Black color
Print out is coming when i click on print button.
var printJob:FlexPrintJob = new FlexPrintJob();
if (printJob.start() != true) return;
printJob.addObject(IFrame, FlexPrintJobScaleType.NONE);
printJob.send();
Buddies waiting for ur reply(s).
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---