The DataLoadedEventArgs Constructor includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Initializes a new instance of the
DataLoadedEventArgs class.
Syntax
Parameters
- classID
- Data chunk type, J2K header, meta data, tile header, tile, precinct. Leadtools.Jpip.DataBinClassIdValues
- codeStreamIndex
- Index of the codestream in the JP2 file (if the loaded file is JP2 or JPX)
- identifierNumber
- Data chunk number, like a tile or precinct number.
- data
- Data buffer for the curret packet of the data chunk.
- offset
- Offset of the data with respect to the data chunk. Each chunk can be broken into several packets, and this offset represents the offset of the packet with respect to the chunk.
- isCompleted
- true if this is the last packet for this data chunk; otherwise, false.
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