>From the docs: --- 'If the printer supports printing in color, then override the printer's default behavior. If printDoc.PrinterSettings.SupportsColor then ' Set the page default's to not print in color. printDoc.DefaultPageSettings.Color = False End If ---
On May 6, 12:21 am, Bruno Neves Pires Silva <[email protected]> wrote: > How can I set my printers to gray scale? Can anybody send me a example > code ? > > Thanks in advance
