LEADTOOLS Image File Support (Leadtools.Codecs assembly)

StopRedirecting Method

Show in webframe







Stops file I/O redirection and resets the I/O methods back to their defaults.
Syntax
public void StopRedirecting()
'Declaration
 
Public Sub StopRedirecting() 
'Usage
 
Dim instance As RasterCodecs
 
instance.StopRedirecting()
public void StopRedirecting()

            
public void stopRedirecting()
 function Leadtools.Codecs.RasterCodecs.StopRedirecting()
public:
void StopRedirecting(); 
Remarks

LEADTOOLS I/O redirection allows you to replace the default input/output methods for opening, reading, writing, seeking, and closing files.

For example, you can redirect all the library I/O methods to your own I/O methods to load/save images from your own streams

.

Call StartRedirecting to enable I/O redirection and StopRedirecting to reset it back to the defaults.

Example
For an example, refer to StartRedirecting.
Requirements

Target Platforms

See Also

Reference

RasterCodecs Class
RasterCodecs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.