The PaperSizeListControl type exposes the following members.

Constructors

  NameDescription
Public methodPaperSizeListControl
Initializes a new instance of the PaperSizeListControl class

Methods

  NameDescription
Protected methodOnInvalidated
Updates the control so that it matches the papersize in the PagePrintSettings.
(Overrides Control..::..OnInvalidated(InvalidateEventArgs).)
Protected methodOnSelectedIndexChanged
Updates the papersize in the PagePrintSettings to the selected page size.
(Overrides ComboBox..::..OnSelectedIndexChanged(EventArgs).)

Properties

  NameDescription
Public propertyPaperSizes
The available paper sizes, in the order that they are stored in the list.
Public propertyPrintSettings
The PrintSettings that this control manages.
Public propertyUnit
The unit of measurement as shown in the list.

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. GUI event handling).

See Also