Leadtools.Jpip.Client.WinForms Requires JPIP Module product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
TotalBytesLoaded Event
See Also 
Leadtools.Jpip.Client.WinForms Namespace > JpipRasterImageViewer Class : TotalBytesLoaded Event



Event that occurs when an image or meta data is being loaded, to report the total number of bytes being loaded.

Syntax

Visual Basic (Declaration) 
Public Event TotalBytesLoaded() As EventHandler(Of TotalBytesLoadedEventArgs)
Visual Basic (Usage)Copy Code
Dim instance As JpipRasterImageViewer
Dim handler As EventHandler(Of TotalBytesLoadedEventArgs)
 
AddHandler instance.TotalBytesLoaded, handler
C# 
public event EventHandler<TotalBytesLoadedEventArgs> TotalBytesLoaded()
C++/CLI 
public:
event EventHandler<TotalBytesLoadedEventArgs>^ TotalBytesLoaded();

Example

This example implements this event to report the number of bytes being loaded. For an example, refer to JpipRasterImageViewer.

Remarks

This event occurs before the data gets decoded. This event can be used to show the progress of the interactive decoder.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Jpip.Client.WinForms requires a JPIP Module and a server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features