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.
Property | Description |
---|---|
Buffer | |
Cancel | |
FileName | |
FirstPage | |
Flags | |
Image | |
ImagePage | |
Info | |
LastPage | |
Lines | |
Offset | |
OffsetCount | |
OffsetValid | |
Page | |
PagePercent | |
Row | |
Stream | |
Tile | |
TileValid | |
TotalPercent |
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.