The PrintPreviewControl type exposes the following members.

Constructors

  NameDescription
Public methodPrintPreviewControl
Initializes a new instance of the PrintPreviewControl class

Methods

  NameDescription
Protected methodOnInvalidated
Disposes the cached preview.
(Overrides Control..::..OnInvalidated(InvalidateEventArgs).)
Protected methodOnPaint
Paints the preview.
(Overrides PictureBox..::..OnPaint(PaintEventArgs).)

Properties

  NameDescription
Public propertyPage
The page for which this box shows a print preview.
Public propertyPageScaling
Return the factor that the given page will be scaled when printed with the current settings.
Public propertyPrintSettings
The print settings.

Events

  NameDescription
Public eventUnhandledException
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).

See Also