Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
StopRedirecting Method
See Also 
Leadtools.Codecs Namespace > RasterCodecs Class : StopRedirecting Method




Stops file I/O redirection and resets the I/O methods back to their defaults.

Syntax

Visual Basic (Declaration) 
Public Sub StopRedirecting() 
Visual Basic (Usage)Copy Code
Dim instance As RasterCodecs
 
instance.StopRedirecting()
C# 
public void StopRedirecting()
Managed Extensions for C++ 
public: void StopRedirecting(); 
C++/CLI 
public:
void StopRedirecting(); 

Example

For an example, refer to StartRedirecting.

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also