The PrintDialog type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PrintDialog(Document) |
Create a new PrintDialog for a document.
| |
| PrintDialog(PagesViewer) |
Create a new PrintDialog for a pages viewer.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Dispose this object.
(Overrides Form..::..Dispose(Boolean).) | |
| OnClosed |
Override OnClosed.
(Overrides Form..::..OnClosed(EventArgs).) | |
| OnLoad |
Override OnLoad.
(Overrides Form..::..OnLoad(EventArgs).) |
Properties
| Name | Description | |
|---|---|---|
| PrintSettings |
PrintSettings that the dialog manages.
| |
| Unit |
The unit of measurement that will be used by the dialog box.
|
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).
|