The PaperSizeListControl type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PaperSizeListControl | Initializes a new instance of the PaperSizeListControl class |
Methods
| Name | Description | |
|---|---|---|
| OnInvalidated |
Updates the control so that it matches the papersize in the PagePrintSettings.
(Overrides Control..::..OnInvalidated(InvalidateEventArgs).) | |
| OnSelectedIndexChanged |
Updates the papersize in the PagePrintSettings to the selected page size.
(Overrides ComboBox..::..OnSelectedIndexChanged(EventArgs).) |
Properties
| Name | Description | |
|---|---|---|
| PaperSizes |
The available paper sizes, in the order that they are stored in the list.
| |
| PrintSettings |
The PrintSettings that this control manages.
| |
| Unit |
The unit of measurement as shown in the list.
|
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. GUI event handling).
|