Leadtools.Jpeg2000 Namespace > Jpeg2000Engine Class : LoadImage Event |
public event EventHandler<CodecsLoadImageEventArgs> LoadImage
'Declaration Public Event LoadImage As EventHandler(Of CodecsLoadImageEventArgs)
'Usage Dim instance As Jpeg2000Engine Dim handler As EventHandler(Of CodecsLoadImageEventArgs) AddHandler instance.LoadImage, handler
public: event EventHandler<CodecsLoadImageEventArgs^>^ LoadImage
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 |