ShowPrintStitchedImagesDlg method (LEADDlgFile Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

int ShowPrintStitchedImagesDlg (TWinControl* AOwnerCtrl);

Delphi Syntax

Function ShowPrintStitchedImagesDlg (AOwnerCtrl: TWinControl ): L_INT;

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Displays the dialog box for printing multiple images.

Before calling this 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:

MarginsRect property.

MinMarginsRect property.

DevModeHandle property.

DevNamesHandle property.

WindowIcon property.

CommandShow property.

ItemsCount property.

ItemDescription property.

ItemFileName property.

ItemBitmap property.

To include a Help button in the dialog, set the ShowHelpButton property to TRUE.

The Print Preview dialog for printing a single image can be seen below:

image\PrintPreview.gif

See Also

Elements:

MarginsRect property, MinMarginsRect property, DevModeHandle property, DevNamesHandle property, WindowIcon property, CommandShow property, ShowHelpButton property, EnableMethodErrors property

Topics:

Imaging Common Dialogs: Properties, Methods, and Events