←Select platform

LoadImage Event

Summary

Occurs during the JPEG 2000 file loading process to provide functionality for manually handling the output image data or monitoring the progress status.

Syntax

C#
VB
C++
public event EventHandler<CodecsLoadImageEventArgs> LoadImage 
  
Public Event LoadImage As EventHandler(Of CodecsLoadImageEventArgs) 
public: 
event EventHandler<CodecsLoadImageEventArgs^>^ LoadImage 

Event Data

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

PropertyDescription
Buffer
Cancel
FileName
FirstPage
Flags
Image
ImagePage
Info
LastPage
Lines
Offset
OffsetCount
OffsetValid
Page
PagePercent
Row
Stream
Tile
TileValid
TotalPercent
Remarks

This event will fire during loading images with the Load and LoadComposite methods. You can use this event to get information about the image being loaded, manually handle the image scanline data or provide a progress status as well as to abort the load operation.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpeg2000 Assembly