To print screen and save the image in C#, you can use the Screen and Bitmap classes. Here is an example code snippet that captures the screen and saves it as a PNG file:
This code captures the screen and saves the screenshot as a PNG file named screenshot.png. You can modify the file name and image format to meet your needs.