I am doing a Windows service using visual studio 2012
I want that service to print something
I normally can print stuff, but in this case, I got that
System.Drawing.Printing
is not available
could you help me please
private void printDocument1_PrintPage(object sender, System.Drawing.Printing.PrintPageEventArgs e)
{}