Visual Basic (Declaration) | |
---|---|
Public Sub StopRedirecting() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void StopRedirecting() |
Managed Extensions for C++ | |
---|---|
public: void StopRedirecting(); |
C++/CLI | |
---|---|
public: void StopRedirecting(); |
For an example, refer to StartRedirecting.
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.
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