ItemFileName Property (ILEADRasterDlgFile)

Visual Basic example

Visual C++ example

 

Syntax

BSTR ItemFileName(short iIndex);

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets an array of strings that contains the file names corresponding to the bitmaps referenced in the ItemBitmap property.

Set this property to a fully qualified path name if you wish to supply a thumbnail for previewing purposes only. This fully qualified path name will be used to load the bitmap when needed. Set this field to ‘’ to indicate that the bitmap set in the ItemBitmap field is not a thumbnail but is the bitmap to be used in processing.

You have to set the ItemsCount property before using this property.

See Also

Elements

ShowPrintPreviewDlg method, ShowPrintStitchedImagesDlg method