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


"

For a list of all members of this type, see RasterCodecs members.

"

Public Events

 NameDescription
public Event GeoKeyFoundOccurs once for each GeoKey enumerated by the EnumGeoKeys(String,Int32) method.  
public Event GetInformationAsyncCompletedIndicates that an asynchronous get information operation has been completed.  
public Event LoadAsyncCompletedIndicates that an asynchronous load operation has been completed.  
public Event LoadImageOccurs during the file load process to provide functionality for manually handling the output image data or monitoring a progress status.  
public Event LoadInformationOccurs during loading of a file for which LEADTOOLS cannot recognize the format.  
public Event LoadPageOccurs once for each page loaded from an image file.  
public Event RedirectCloseReplaces the normal LEADTOOLS method for closing a file.  
public Event RedirectOpenReplaces the normal Leadtools method for opening a file.  
public Event RedirectReadReplaces the normal LEADTOOLS method for reading from a file.  
public Event RedirectSeekReplaces the normal LEADTOOLS method for seeking into a file.  
public Event RedirectWriteReplaces the normal LEADTOOLS method for writing to a file.  
public Event SaveImageOccurs during the file save process to provide functionality for manually handling the output image data or monitoring a progress status.  
public Event SavePageOccurs once for each page saved to an image file.  
public Event TagFoundOccurs during the TIFF tag enumerated by the EnumTags(String,Int32) method.  
Top

See Also