Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
RasterCodecs Class Methods
See Also 
Leadtools.Codecs Namespace : RasterCodecs Class


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

Public Methods

 NameDescription
Public Method CancelFeedLoad This method can be used to purposefully cancel the FeedLoad process.  
Public Method Convert Converts an image file from one format to another, creating a new file in the new format.  
Public Method FeedLoad Supplies image data to the file-load process from a buffer that you provide.  
Public Method GetInformation Gets information about the specified image file.  
Public Method Load Loads the specified image file, using specific options.  
Public Method ReadStamp Reads a stamp image stored in a file.  
Public Method ReadThumbnail Creates a thumbnail from the specified image file.  
Public Method Save Saves the specified image to a file.  
Public Method SaveStamp Saves the specified image with a stamp (thumbnail) image using default options.  
Public Method StartFeedLoad Initializes a file-load process in which you control the input stream.  
Public Method StopFeedLoad Ends a file-load process in which you control the input stream.  
Top

See Also