Hi everybody,
Currently i m working one greeting card application, in which i want to
print 4 png images on separate page.
These 4 images path's i stored in one arraycollection.
I searched on google. and i found some code. like
var printJob:FlexPrintJob = new FlexPrintJob();
if (printJob.start())
{
printJob.addObject(form, FlexPrintJobScaleType.SHOW_ALL);
printJob.send();
}
But i am confused with how images gives to the addObject.
I also confuse with image quality and allignment.
Can you please help in this so that I can go ahead.
Thanks in advance.
Shridhar Kulkarni
--
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.