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 )
Public Function PrintPreviewDialog ( _ taskName As String, _ printAnnotations As Boolean _ ) As Boolean
public: bool PrintPreviewDialog( String^ taskName, bool printAnnotations )
Parameters
- taskName
- String
Name of the task. This appairs in the printer jobs list.
- printAnnotations
- Boolean
If true prints Imaging Annotations.