PrintController to use for printing. By default, this is set to an instance of System.Drawing.Printing.StandardPrintController so that printing does not cause the application to loose focus, nor show a status dialog.

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

Syntax

C#
public PrintController PrintController { get; set; }
Visual Basic
Public Property PrintController As PrintController
	Get
	Set

See Also