ShowPrintStitchedImagesDlg method (ILEADRasterDlgFile)
Overview |
Refer to Using Imaging Common Dialogs |
Remarks
Displays the dialog box for printing multiple images.
Before calling the ShowPrintStitchedImagesDlg method, set the number of bitmaps you wish to print using this dialog in the ItemsCount property. Then, set the bitmaps to use in the ItemBitmap property and the file names of the bitmaps in the ItemFileName property.
The following properties are associated with this method:
To include a Help button in the dialog, set the ShowHelpButton property to VARIANT_TRUE.
The Print Preview dialog for printing a single image can be seen below:
See Also