Hello,
1. Is there any way to open UltraPrintPreviewDialog in the same form calling it?
2. Right now I am using Ultraprintpreviewcontrol and I want to embed the toolbox which comes with ultraprintpreviewControl. like zoom,magnify etc. Is there any quick way doing this?
Thank you,
Hi Stephaniya,
Thanks for response and sorry for late reply. Yes, I tried using toolbar and embed tools functionality within them like zoomin zoom out etc.
Its working !
Thank you very much
I would like to embed the ultraPrintPreviewDialog in a user contol so I could manage it as a part of a wizard that I am developing. Is there a way to accomplish this?
Hi,
Let me know if you have any questions on this matter.
Regards,
Stefaniya
As my colleague Marianne suggested, you can try to create toolbars(Working with Toolbar Types) like those in the ultraPrintPreviewDialog. The ultraPrintPreviewDialog is similar to the standard windows forms printPreviewDialog. In both I believe there is no option to merge the form in the form from which it is called. You may want to submit a feature request for that at the link below:
http://devcenter.infragistics.com/protected/requestfeature.aspx
Hi Marianne,
Yes, you got it right ! I just need toolbar that comes with ultraprintpreview dialogue.
How should I achieve this?