Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 EventGeoKeyFound Occurs once for each GeoKey enumerated by the EnumGeoKeys method.  
Public EventLoadImage Occurs during the file load process to provide functionality for manually handling the output image data or monitoring a progress status.  
Public EventLoadInformation Occurs during loading of a file for which LEADTOOLS cannot recognize the format.  
Public EventLoadPage Occurs once for each page loaded from an image file.  
Public EventRedirectClose Replaces the normal LEADTOOLS method for closing a file.  
Public EventRedirectOpen Replaces the normal Leadtools method for opening a file.  
Public EventRedirectRead Replaces the normal LEADTOOLS method for reading from a file.  
Public EventRedirectSeek Replaces the normal LEADTOOLS method for seeking into a file.  
Public EventRedirectWrite Replaces the normal LEADTOOLS method for writing to a file.  
Public EventSaveImage Occurs during the file save process to provide functionality for manually handling the output image data or monitoring a progress status.  
Public EventSavePage Occurs once for each page saved to an image file.  
Public EventTagFound Occurs during the TIFF tag enumerated by the EnumTags method.  
Top

See Also