Prints the current doc.

Namespace:  C1.Win.C1PrintPreview
Assembly:  C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)

Syntax

C#
public bool Print(
	bool showDialog,
	int fromPage,
	int toPage
)
Visual Basic (Declaration)
Public Function Print ( _
	showDialog As Boolean, _
	fromPage As Integer, _
	toPage As Integer _
) As Boolean

Parameters

showDialog
Type: System..::.Boolean
fromPage
Type: System..::.Int32
toPage
Type: System..::.Int32

See Also