The PrintPreviewControl type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PrintPreviewControl | Initializes a new instance of the PrintPreviewControl class |
Methods
| Name | Description | |
|---|---|---|
| OnInvalidated |
Disposes the cached preview.
(Overrides Control..::..OnInvalidated(InvalidateEventArgs).) | |
| OnPaint |
Paints the preview.
(Overrides PictureBox..::..OnPaint(PaintEventArgs).) |
Properties
| Name | Description | |
|---|---|---|
| Page |
The page for which this box shows a print preview.
| |
| PageScaling |
Return the factor that the given page will be scaled when printed with
the current settings.
| |
| PrintSettings |
The print settings.
|
Events
| Name | Description | |
|---|---|---|
| UnhandledException |
Raised when an exception occurs that is not handled by the library at a point
that is not invoked by user code (e.g. during an OnPaint event).
|