ItemsCount property (LEADDlgFile Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

L_UINT ItemsCount

Delphi Syntax

ItemsCount: L_UINT

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets the number of images in the image picker associated with the PrintStitchedImages dialog box.

You must set this property to the number of elements you want to pass to the PrintStitchedImages dialog box before you set any other item properties (ItemBitmap property, ItemDescription property, and ItemFileName property).

Setting this property to 0 will remove all the old ItemBitmap property, ItemDescription property and ItemFileName property settings.

See Also

Elements:

ShowPrintPreviewDlg method, ShowPrintStitchedImagesDlg method, DevModeHandle property, DevNamesHandle property, MinMarginsRect property, ItemBitmap property, ItemFileName property, ItemDescription property

Topics:

Imaging Common Dialogs: Properties, Methods, and Events