Create a new PrintDialog for a document.

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

Syntax

C#
public PrintDialog(
	Document document
)
Visual Basic
Public Sub New ( _
	document As Document _
)

Parameters

document
Type: TallComponents.PDF..::..Document
the document instance

See Also