LEADTOOLS JPEG 2000 (Leadtools.Jpip.Client.WinForms assembly)
LEAD Technologies, Inc

TotalBytesLoaded Event






Event that occurs when an image or meta data is being loaded, to report the total number of bytes being loaded.
Syntax
public event EventHandler<TotalBytesLoadedEventArgs> TotalBytesLoaded
'Declaration
 
Public Event TotalBytesLoaded As EventHandler(Of TotalBytesLoadedEventArgs)
'Usage
 
Dim instance As JpipRasterImageViewer
Dim handler As EventHandler(Of TotalBytesLoadedEventArgs)
 
AddHandler instance.TotalBytesLoaded, handler
public event EventHandler<TotalBytesLoadedEventArgs> TotalBytesLoaded
add_TotalBytesLoaded(function(sender, e))
remove_TotalBytesLoaded(function(sender, e))

public:
event EventHandler<TotalBytesLoadedEventArgs^>^ TotalBytesLoaded
Event Data

The event handler receives an argument of type TotalBytesLoadedEventArgs containing data related to this event. The following TotalBytesLoadedEventArgs properties provide information specific to this event.

PropertyDescription
ByteCount Gets the total number of bytes loaded for this file.
Remarks
This event occurs before the data gets decoded. This event can be used to show the progress of the interactive decoder.
Example
For an example that implements this event to report the number of bytes being loaded, refer to JpipRasterImageViewer.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JpipRasterImageViewer Class
JpipRasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Jpip.Client.WinForms requires a Document or Medical license and unlock key as well as a server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features