Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » Screenshot (RSS)
Sorry, but there are no more tags available to filter with.
  • Re: "Print" a Windows Form to PDF

    Hi, heres a code snippet, that creates a bitmap of a control (which could be a windows form) public Bitmap CreateScreenshot(Control control) { int width = control.Width; int height = control.Height; Bitmap bmp = new Bitmap(width, heigth); control.DrawToBitmap(bmp, Rectangle.FromLTRB(0, 0, width, heigth...
    Posted to Forum by AndreKraemer on 01-09-2008
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems