LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

StopRedirecting Method






Stops file I/O redirection and resets the I/O methods back to their defaults. .NET support
Syntax
public void StopRedirecting()
'Declaration
 
Public Sub StopRedirecting() 
'Usage
 
Dim instance As RasterCodecs
 
instance.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterCodecs Class
RasterCodecs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.