The following tables list the members exposed by CodecsLoadImageEventArgs.
Name | Description | |
---|---|---|
Buffer | Gets a pointer to the unmanaged memory buffer containing one or more lines of output image data. | |
Cancel | Gets or sets a value which allows the user to abort the load process. | |
FileName | Gets the name of the file currently being loaded. | |
Flags | Gets a value which describes whether this is the first or last call of the event, and whether the buffer contains first or last row of image data. | |
Image | Gets the RasterImage object into which the image data is being loaded. | |
ImagePage | Gets the index of the RasterImage.Page into which the image data is being loaded. | |
Info | Gets a CodecsImageInfo object that contains information about the image file being loaded. | |
Length | Gets the number of bytes in Buffer. | |
Lines | Gets the number of lines in Buffer. | |
Offset | Gets the offset in bytes from the beginning of the file at which the image data begins. | |
OffsetCount | Gets the number of bytes that make up the actual image data being loaded. | |
OffsetValid | Determines whether the Offset property is valid. | |
Page | Gets the index of the page currently being loaded. | |
PageCount | Gets the total number of pages being loaded. | |
Row | Gets the current image row number of the first line in Buffer. | |
Stream | Gets the Stream associated with the file load process. | |
Tile | Gets the rectangular area of the image being loaded. | |
TileValid | Determines whether the Tile property is valid. |