SaveToFile method (ILEADRasterImgList)
short SaveToFile (BSTR pszFile, short nFormat, short nBits, short nQFactor, VARIANT_BOOL bSelected); | |
Overview |
Refer to Using the Image List Control. |
Remarks
Saves the items from the ImageList Control into the specified file. This method supports saving into any of the multi-page file formats supported by LEADTOOLS. If bSelected is True, only the items with the Selected attribute of True are saved.
See Also