|
|
Printing Support
The EditControl provides complete support for printing its contents. There are options to print the entire document, just the current page, specific pages, or just certain selected text. The printing implementation is very similar to the ones available in standard applications such as MS Office or Visual Studio.NET.
|
|
|
|
Headers and Footers containing useful information about the document can be added to the document before printing. All attributes of the text contents such as syntax highlighting, font colors, outlining, content dividers, wordwrap and so on are preserved during printing.
Headers and Footers in the EditControl
|
|
|
|
A print dialog, that includes options to customize the printer settings, number of copies, the pages to be printed, and so on, is available for the EditControl.
Print Dialog in the EditControl
|
|
|
|
A preview of the document to be printed can be viewed while using the EditControl.
Print Preview in the EditControl
|
|
|
|
|
|
|