Available in the LEADTOOLS Imaging toolkit. |
ItemFileName Property (ILEADRasterDlgClr)
BSTR ItemFileName (long lIndex); | |
Overview |
Refer to Using Imaging Common Dialogs |
Remarks
Gets or sets the strings that contains the names of the files in the ItemBitmap property. These are the names of the bitmap files that correspond to the entries in the "Available List" in the Halftone dialog box.
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 property is not a thumbnail but is the bitmap to be used in processing.
You have to set the ItemsCount property before start using this property.
See Also