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
)
Public Function PrintPreviewDialog ( _
	dialog As IEImage..::..PrintDialogs, _
	taskName As String, _
	printAnnotations As Boolean _
) As Boolean
public:
bool PrintPreviewDialog(
	IEImage..::..PrintDialogs dialog, 
	String^ taskName, 
	bool printAnnotations
)

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.

Return Value

Returns True is user has pressed OK button.

See Also