virtual L_INT LFile::SaveFileCallBack(pLBitmap, pLBuffer, uRow, uLines)
Provides input to the LFile::SaveFile function.
Pointer to the bitmap object that contains the image information.
Pointer to the caller's input buffer object where the callback function must put the data.
The number of the first line that the callback function must put in the buffer.
The number of lines that the callback function must put in the buffer.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
If you override this function, you must supply the image data that the function will save. The base class implementation saves data from the class object's associated bitmap.
This function does not support signed data images, unless they are DICOM images. It returns the error code ERROR_SIGNED_DATA_NOT_SUPPORTED if a signed data image that is not a DICOM image is passed to this function.
Win32, x64.
For an example, refer to LFile::LoadFile.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document