PrintPreviewDialog shows the print preview dialog. Supports Imaging Annotations.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool PrintPreviewDialog(
	IEImage..::..PrintDialogs dialog,
	string taskName,
	bool printAnnotations,
	string caption
)
Public Function PrintPreviewDialog ( _
	dialog As IEImage..::..PrintDialogs, _
	taskName As String, _
	printAnnotations As Boolean, _
	caption As String _
) As Boolean
public:
bool PrintPreviewDialog(
	IEImage..::..PrintDialogs dialog, 
	String^ taskName, 
	bool printAnnotations, 
	String^ caption
)

Parameters

dialog
IEImage..::..PrintDialogs
Specify the window style
taskName
String
Name of the task. This appairs in the printer jobs list.
printAnnotations
Boolean
If true Imaging Annotations will be printed.
caption
String
The caption of print previer dialog.

Return Value

Returns True is user has pressed OK button.

See Also