PrintSettings that the dialog manages.

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

Syntax

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

Remarks

Assigning different printer settings has no effect while the dialog box is open.

See Also