LEADTOOLS JPEG 2000 (Leadtools.Jpip.Client.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
DataLoaded Event
See Also 
Leadtools.Jpip.Client.WinForms Namespace > JpipRasterImageViewer Class : DataLoaded Event



The DataLoaded Event includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.

Event that occurs when an image or meta data is being loaded, to report data type information.

Syntax

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

Event Data

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

PropertyDescription
ClassId Gets a Leadtools.Jpip.DataBinClassIdValues value that indicates the data chunk type.
CodeStreamIndex Gets the index of the stream.
Data Gets the data buffer for this packet of the data chunk.
IdentifierNumber Gets the identifier number of the data chunk.
IsCompleted Determines whether this is the last packet for this data chunk
Offset Gets the data offset value.

Remarks

This event occurs before the data gets decoded.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

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