Is there any way that I can create an Image as a sort of preview to a page from a layout control?
Kind Regards
Sam
Try the System.Windows.Forms.Control.DrawToBitmap method. It works with any control even with the XtraLayoutControl.
Thanks that was exactly what I was looking for.