Create a new PrintSettings object with default settings.

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

Syntax

C#
public PrintSettings()
Visual Basic
Public Sub New

Remarks

By default, the PrintController property will be initialised to an instance of System.Drawing.Printing.StandardPrintController. This means that no progress dialog will be shown during printing. If you do want a progress dialog, please assign an instance of PrintControllerWithStatusDialog.

See Also