The members of System.Windows.Forms.PrintPreviewControl are listed below.
See Also: Inherited members from System.Windows.Forms.Control
Initializes a new instance of the System.Windows.Forms.PrintPreviewControl class. |
| AutoZoom | bool.
Gets or sets a value indicating whether resizing the control or changing the number of pages shown automatically adjusts the PrintPreviewControl.Zoom property. | |
| Columns | int.
Gets or sets the number of pages displayed horizontally across the screen. | |
| Document | System.Drawing.Printing.PrintDocument.
Gets or sets a value indicating the document to preview. | |
override | RightToLeft | RightToLeft. Documentation for this section has not yet been entered. |
| Rows | int.
Gets or sets the number of pages displayed vertically down the screen. | |
| StartPage | int.
Gets or sets the page number of the upper left page. | |
override | Text | string.
Gets or sets the text associated with this control. |
| UseAntiAlias | bool.
Gets or sets a value indicating whether printing uses the anti-aliasing features of the operating system. | |
| Zoom | double.
Gets or sets a value indicating how large the pages will appear. |
| [read-only] override | CreateParams | CreateParams.
Gets the required creation parameters when the control handle is created. |
InvalidatePreview()
| ||
override | ResetBackColor()
| |
override | ResetForeColor()
| |
override | OnPaint(PaintEventArgs)
| |
override | OnResize(EventArgs)
| |
OnStartPageChanged(EventArgs)
| ||
override | WndProc(ref Message)Documentation for this section has not yet been entered. | |
| StartPageChanged |
Occurs when the start page changes. | |
| TextChanged |
Occurs when the value of the PrintPreviewControl.Text property changes. |