Executes the multi-page print preview dialog. This function is like PrintPreviewDialog of IEImage, but allows working with multiple pages.
Supports Imaging Annotations.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public bool PrintPreviewDialog( string taskName, bool printAnnotations, string caption )
Public Function PrintPreviewDialog ( _ taskName As String, _ printAnnotations As Boolean, _ caption As String _ ) As Boolean
public: bool PrintPreviewDialog( String^ taskName, bool printAnnotations, String^ caption )
Parameters
- taskName
- String
Name of the task. This appairs in the printer jobs list.
- printAnnotations
- Boolean
If true prints Imaging Annotations.
- caption
- String
The caption of print preview dialog.