Class PrintPreview
Inheritance
System.Object
PrintPreview
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class PrintPreview : UserControl
Constructors
PrintPreview()
Declaration
public PrintPreview()
Properties
Level
Declaration
public int Level { get; set; }
Property Value
System.Int32
|
RightAlignPageNumbers
Declaration
public bool RightAlignPageNumbers { get; set; }
Property Value
System.Boolean
|
SelectedCaptionLabel
Declaration
public string SelectedCaptionLabel { get; set; }
Property Value
System.String
|
SelectedTabStopLeader
ShowPageNumbers
Declaration
public bool ShowPageNumbers { get; set; }
Property Value
System.Boolean
|
UseTOFStyleForEntries
Declaration
public bool UseTOFStyleForEntries { get; set; }
Property Value
System.Boolean
|
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
|
OnVisibleChanged(EventArgs)
Declaration
protected override void OnVisibleChanged(EventArgs e)
Parameters
System.EventArgs
e
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|