ImageEn, unit iexWindowsFunctions |
|
ShowWindowsPrintWizard
Declaration
procedure ShowWindowsPrintWizard(ssFiles: TStrings); overload;
procedure ShowWindowsPrintWizard(IEView: TIEView; AllImages: Boolean); overload;
Description
Display the Windows Print Wizard with a file list or all/selected images of a
TImageEnMView or
TImageEnView.
// Print selected images of a TImageEnMView
ShowWindowsPrintWizard( ImageEnMView1, False );