A PrintDialog control.

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 PrintDialog : Form
Visual Basic
Public Class PrintDialog _
	Inherits Form

Remarks

If you want to create a customized print dialog, please have a look at the PrintDialog sample.

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..Form
              TallComponents.Interaction.WinForms.Controls..::..PrintDialog

See Also