LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsLoadImageEventArgs Class Members
See Also  Properties 
Leadtools.Codecs Namespace : CodecsLoadImageEventArgs Class

The following tables list the members exposed by CodecsLoadImageEventArgs.

Public Properties

 NameDescription
public Property BufferGets the memory buffer containing one or more lines of output image data.  
public Property CancelGets or sets a value which allows the user to abort the load process.  
public Property FileNameGets the name of the file currently being loaded.  
public Property FirstPageGets the index of the first page being loaded.  
public Property FlagsGets 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 ImageGets the Leadtools.RasterImage object into which the image data is being loaded.  
public Property ImagePageGets the index of the RasterImage.Page into which the image data is being loaded.  
public Property InfoGets a CodecsImageInfo object that contains information about the image file being loaded.  
public Property LastPageGets the index of the last page being loaded.  
public Property LinesGets the number of lines in Buffer.  
public Property OffsetGets the offset in bytes from the beginning of the file at which the image data begins.  
public Property OffsetCountGets the number of bytes that make up the actual image data being loaded.  
public Property OffsetValidDetermines whether the Offset property is valid.  
public Property PageGets the index of the page currently being loaded.  
public Property PagePercentGets the load completion percentage of the current page.  
public Property RowGets the current image row number of the first line in Buffer.  
public Property StreamGets the Stream associated with the file load process.  
public Property TileGets the rectangular area of the image being loaded.  
public Property TileValidDetermines whether the Tile property is valid.  
public Property TotalPercentGets the overall completion percentage for the load operation.  
Top

See Also