ShowPrintStitchedImagesDlg method (ILEADRasterDlgFile)

Visual Basic example

Visual C++ example

 

Syntax

short ShowPrintStitchedImagesDlg(long hWnd);

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:

MarginsLeft property

MarginsTop property

MarginsWidth property

MarginsHeight property

MinMarginsLeft property

MinMarginsTop property

MinMarginsWidth property

MinMarginsHeight property

WindowIcon property

Visible property

ItemsCount property

ItemDescription property

ItemFileName property

ItemBitmap property

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:

image\PrintPreview.gif

See Also

Elements

MarginsLeft property, MarginsTop property, MarginsWidth property, MarginsHeight property, MinMarginsLeft property, MinMarginsTop property, MinMarginsWidth property, MinMarginsHeight property, WindowIcon property, Visible property, ItemsCount property, ItemDescription property, ItemFileName property, ItemBitmap property