How to: Print Code in the Editor
The integrated development environment (IDE) provides many of the familiar print features available from your operating system, along with a few features specific to Visual Studio. For example, you can include line numbers or omit collapsed regions in print outs, as well as include the file name and page numbers.
Note |
|---|
The dialog boxes and menu commands you see might differ from those described in Help depending on your active settings or edition. To change your settings, choose Import and Export Settings on the Tools menu. For more information, see Working with Settings. |
You can choose to print text in a different font face and size than the font face and size that you use when editing in the Code Editor.
To print using a font that is different than the font in the Code Editor
-
On the Tools menu, choose Options.
-
Expand Environment, and then click Fonts and Colors.
-
In Show settings for, select Printer.
-
In Font, select a different font face for printing.
-
In Size, select a different font size for printing.
-
Click OK.
In order to enable color printing in Visual Studio 2010, you must download and install the Color Printing extension from the Visual Studio Gallery. This extension can be installed in Visual Studio Pro, Premium, or Ultimate; it cannot be installed in Visual Studio Express. Note that this extension does not include the option on the print dialog to print line numbers. In order to print line numbers, you must enable the line number option in Tools -> Options.
The printed font and color may differ from those displayed in the editor, in particular when the Tools -> Options settings for Text Editor are not the same as those for Printing.
- 3/27/2012
- Echo Train
- 4/21/2011
- SBK1
- 3/2/2011
- Tom N
Note