A combobox with the available paper sizes for a particular printer.

Namespace: TallComponents.Interaction.WinForms.Controls
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public class PaperSizeListControl : ComboBox
Visual Basic
Public Class PaperSizeListControl _
	Inherits ComboBox

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ListControl
          System.Windows.Forms..::..ComboBox
            TallComponents.Interaction.WinForms.Controls..::..PaperSizeListControl

See Also