PrintSettingsDialog
Represents an UI dialog for editing print settings.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class PrintSettingsDialog : RadForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, ISupportRootUIAutomation
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormPrintSettingsDialog...
Derived Classes:
Implements:
Inherited Members
Constructors
public PrintSettingsDialog()
Fields
protected RadButton buttonCancel
protected CommandBarButton buttonCurDate
protected CommandBarButton buttonCurTime
protected CommandBarButton buttonLogo
protected CommandBarButton buttonPageNum
protected RadButton buttonPrint
protected CommandBarButton buttonTotalPages
protected CommandBarButton buttonUser
protected RadCheckBox checkBoxReverseFooter
protected RadCheckBox checkBoxReverseHeader
protected CommandBarRowElement commandBarRowElement1
protected RadCommandBar commandBarSnippets
protected CommandBarStripElement commandBarStripElement1
protected RadDropDownList dropDownPageSource
protected RadGroupBox groupBoxMargins
protected RadGroupBox groupBoxOrientation
protected RadGroupBox groupBoxPage
protected RadLabel labelBottomMargin
protected RadLabel labelFooter
protected RadLabel labelHeader
protected RadLabel labelLeftMargin
protected RadLabel labelPageSource
protected RadLabel labelRightMargin
protected RadLabel labelTopMargin
protected RadListControl listBoxPaperType
protected RadMaskedEditBox maskBoxBottomMargin
protected RadMaskedEditBox maskBoxLeftMargin
protected RadMaskedEditBox maskBoxRightMargin
protected RadMaskedEditBox maskBoxTopMargin
protected RadPageViewPage pageFormat
protected RadPageViewPage pageHeaderFooter
protected RadPageViewPage pagePaper
protected PictureBox pictureBoxOrientation
protected RadRadioButton radioButtonLandscape
protected RadRadioButton radioButtonPortrait
protected RadPageView radPageView1
textBoxFooterCenterText
RadTextBox
protected RadTextBox textBoxFooterCenterText
textBoxFooterLeftText
RadTextBox
protected RadTextBox textBoxFooterLeftText
textBoxFooterRightText
RadTextBox
protected RadTextBox textBoxFooterRightText
textBoxHeaderCenterText
RadTextBox
protected RadTextBox textBoxHeaderCenterText
textBoxHeaderLeftText
RadTextBox
protected RadTextBox textBoxHeaderLeftText
textBoxHeaderRightText
RadTextBox
protected RadTextBox textBoxHeaderRightText
Properties
Gets the page view control of the dialog.
public RadPageView PageView { get; }
The page view.
Gets the RadPrintDocument shown in this dialog.
public RadPrintDocument PrintDocument { get; set; }
If [true] a Preview button is shown, otherwise an OK button is shown.
public bool ShowPreviewButton { get; set; }
Methods
Saves all settings from the dialog into the RadPrintDocument.
protected virtual void ApplySettings()
Creates the specific control for editing the settings of the printed control.
protected virtual Control CreateFormatControl()
The that will be displayed on the first page of this dialog
Clean up any resources being used.
protected override void Dispose(bool disposing)
true if managed resources should be disposed; otherwise, false.
Overrides:
Loads the settings when the dialog is shown.
protected virtual void LoadSettings()
protected virtual void LocalizeStrings()
protected virtual void UnwireEvents()