The PrintDialog type exposes the following members.

Constructors

  NameDescription
Public methodPrintDialog(Document)
Create a new PrintDialog for a document.
Public methodPrintDialog(PagesViewer)
Create a new PrintDialog for a pages viewer.

Methods

  NameDescription
Protected methodDispose
Dispose this object.
(Overrides Form..::..Dispose(Boolean).)
Protected methodOnClosed
Override OnClosed.
(Overrides Form..::..OnClosed(EventArgs).)
Protected methodOnLoad
Override OnLoad.
(Overrides Form..::..OnLoad(EventArgs).)

Properties

  NameDescription
Public propertyPrintSettings
PrintSettings that the dialog manages.
Public propertyUnit
The unit of measurement that will be used by the dialog box.

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