New to Telerik UI for WinForms? Download free 30-day trial

Print Settings Dialog

RadPrintSettingsDialog represents a base dialog for editing printing settings. Each printable object should provide such dialog to edit its settings. This dialog should not be used directly. Instead, the control-specific extended RadPrintSettingsDialogs like SchedulerPrintSettingsDialog and GridPrintSettingsDialog should be used.

The RadPrintSettingsDialog contains three tabs:

  • The first of them ("Format" tab) is empty and is reserved for specific settings of the printed object.

  • The "Paper" tab provides the means for editing page settings like orientation, margin and size.

  • The "Header/Footer" tab provides the means for editing the text that appears at the top and at the bottom of each page. You can use a set of predefined strings to display system dependent text like page number, page count, current date and time or current user. The command buttons at the bottom of this page allows you to insert these strings to the currently focused text field.

See Also

In this article