PrintPreviewDialog shows the print preview dialog. Supports Imaging Annotations.
Namespace: HiComponents.IEvolutionAssembly: 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.