Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CodecsLoadImageEventArgs Class Members
See Also  Properties 
Leadtools.Codecs Namespace : CodecsLoadImageEventArgs Class


The following tables list the members exposed by CodecsLoadImageEventArgs.

Public Properties

 NameDescription
Public PropertyBuffer Gets a pointer to the unmanaged memory buffer containing one or more lines of output image data.  
Public PropertyCancel Gets or sets a value which allows the user to abort the load process.  
Public PropertyFileName Gets the name of the file currently being loaded.  
Public PropertyFlags 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 PropertyImage Gets the RasterImage object into which the image data is being loaded.  
Public PropertyImagePage Gets the index of the RasterImage.Page into which the image data is being loaded.  
Public PropertyInfo Gets a CodecsImageInfo object that contains information about the image file being loaded.  
Public PropertyLength Gets the number of bytes in Buffer.  
Public PropertyLines Gets the number of lines in Buffer.  
Public PropertyOffset Gets the offset in bytes from the beginning of the file at which the image data begins.  
Public PropertyOffsetCount Gets the number of bytes that make up the actual image data being loaded.  
Public PropertyOffsetValid Determines whether the Offset property is valid.  
Public PropertyPage Gets the index of the page currently being loaded.  
Public PropertyPageCount Gets the total number of pages being loaded.  
Public PropertyRow Gets the current image row number of the first line in Buffer.  
Public PropertyStream Gets the Stream associated with the file load process.  
Public PropertyTile Gets the rectangular area of the image being loaded.  
Public PropertyTileValid Determines whether the Tile property is valid.  
Top

See Also