←Select platform
In This Topic ▼

CodecsLoadImageEventArgs Class Properties

Summary

For a list of all members of this type, see CodecsLoadImageEventArgs members

Public Properties

Name Description
Public Property
Buffer Gets the memory buffer containing one or more lines of output image data.
Public Property Cancel Gets or sets a value which allows the user to abort the load process.
Public Property FileName Gets the name of the file currently being loaded.
Public Property FirstPage Gets the index of the first page being loaded.
Public Property 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.
Public Property Image Gets the RasterImage object into which the image data is being loaded.
Public Property ImagePage Gets the index of the RasterImage.Page into which the image data is being loaded.
Public Property Info Gets a CodecsImageInfo object that contains information about the image file being loaded.
Public Property LastPage Gets the index of the last page being loaded.
Public Property Lines Gets the number of lines in Buffer.
Public Property Offset Gets the offset in bytes from the beginning of the file at which the image data begins.
Public Property OffsetCount Gets the number of bytes that make up the actual image data being loaded.
Public Property OffsetValid Determines whether the Offset property is valid.
Public Property Page Gets the index of the page currently being loaded.
Public Property PagePercent Gets the load completion percentage of the current page.
Public Property Row Gets the current image row number of the first line in Buffer.
Public Property Stream Gets the Stream associated with the file load process.
Public Property Tile Gets the rectangular area of the image being loaded.
Public Property TileValid Determines whether the Tile property is valid.
Public Property TotalPercent Gets the overall completion percentage for the load operation.

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly