A specific to dialog which stands for previewing and setting before printing.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PdfViewer.dll
Syntax:
C#
public class PdfPrintPreviewDialog : RadForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, ISupportRootUIAutomation
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormPdfPrintPreviewDialog...
Implements:
Inherited Members
Constructors
C#
public PdfPrintPreviewDialog()
C#
public PdfPrintPreviewDialog(RadPrintDocument printDocument)
Fields
C#
protected RadPanel printPreviewControl
C#
protected RadButton radButtonCancel
C#
protected RadButton radButtonNext
C#
protected RadButton radButtonPrevious
C#
protected RadButton radButtonPrint
C#
protected RadButton radButtonSettings
C#
protected RadButton radButtonWatermark
C#
protected RadGroupBox radGroupBoxOrientation
C#
protected RadGroupBox radGroupBoxPreview
C#
protected RadGroupBox radGroupBoxSettings
C#
protected RadLabel radLabelCurrentPage
C#
protected RadLabel radLabelPaperSize
C#
protected RadLabel radLabelScale
C#
protected RadRadioButton radRadioButtonAuto
C#
protected RadRadioButton radRadioButtonLandscape
C#
protected RadRadioButton radRadioButtonPortrait
C#
protected RadTrackBar radTrackBarPages
Properties
Gets the PrintDialog that is shown by this dialog.
C#
[Browsable(false)]
public PrintDialog PrintDialog { get; }
Gets the WatermarkPreviewDialog that is shown by this dialog.
C#
[Browsable(false)]
public WatermarkPreviewDialog WatermarkDialog { get; }
Methods
Clean up any resources being used.
C#
protected override void Dispose(bool disposing)
true if managed resources should be disposed; otherwise, false.
Overrides:
C#
protected virtual void LocalizeDialog()
C#
protected virtual void OnShowPrintDialog()
C#
protected virtual void OnShowPrintSettingsDialog()
C#
protected virtual void OnShowWatermarkDialog()
Called when the theme has changed.
C#
protected override void OnThemeChanged()
Overrides:
C#
protected virtual void UpdateCurrentPageText()
C#
protected virtual void UpdatePagePreview()
C#
protected virtual void UpdatePaperSizeText()
C#
protected virtual void UpdateScaleLabelText()