SECImage::SaveImage
Saves the current image to a file in the format of the derived image class.
Defined in: SECIMAGE.cpp
Syntax
BOOL SECImage::SaveImage(CFile* pFile);BOOL SECImage::SaveImage(LPCTSTR lpszFileName);
Return Value
Nonzero if successful; otherwise 0.
Parameters
pFile
File to save image to.
lpszFileName
Filename to save image to.
Comments
Saves the current image data to a file in the format of the derived image class.Conversion to derived image class file format is performed by the derived class.
See Also