LEADTOOLS JPEG 2000 (Leadtools.Jpeg2000 assembly)

SaveImage Event

Show in webframe





Occurs during the JPEG 2000 file saving process to provide functionality for manually handling the output image data or monitoring the progress status.
Syntax
'Declaration
 
Public Event SaveImage As EventHandler(Of CodecsSaveImageEventArgs)
'Usage
 
Dim instance As Jpeg2000Engine
Dim handler As EventHandler(Of CodecsSaveImageEventArgs)
 
AddHandler instance.SaveImage, handler

            

            
Event Data

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.

PropertyDescription
Buffer  
Cancel  
FileName  
FirstPage  
Image  
ImagePage  
LastPage  
Lines  
Offset  
OffsetValid  
Page  
PagePercent  
Row  
Stream  
TotalPercent  
Remarks
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.
Requirements

Target Platforms

See Also

Reference

Jpeg2000Engine Class
Jpeg2000Engine Members
SaveComposite

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Jpeg2000 requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features