Stops file I/O redirection and resets the I/O methods back to their defaults.
public void StopRedirecting()
Public Sub StopRedirecting()
public void stopRedirecting()
public:
void StopRedirecting();
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.
For an example, refer to StartRedirecting.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET