Occurs during the JPEG 2000 file saving process to provide functionality for manually handling the output image data or monitoring the progress status.
public event EventHandler<CodecsSaveImageEventArgs> SaveImage
Public Event SaveImage As EventHandler(Of CodecsSaveImageEventArgs)
public:
event EventHandler<CodecsSaveImageEventArgs^>^ SaveImage
The event handler receives an argument of type CodecsSaveImageEventArgs containing data related to this event. The following CodecsSaveImageEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Buffer | |
Cancel | |
FileName | |
FirstPage | |
Image | |
ImagePage | |
LastPage | |
Lines | |
Offset | |
OffsetValid | |
Page | |
PagePercent | |
Row | |
Stream | |
TotalPercent |
This event will fire during saving images with the Save and SaveComposite methods. You can use this event to get information about the image being saved, manually provide the image scanline data being saved data or provide progress status as well as to abort the save operation.
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