←Select platform

StopRedirecting Method

Summary
Stops file I/O redirection and resets the I/O methods back to their defaults.
Syntax
C#
VB
C++
Java
public void StopRedirecting() 
Public Sub StopRedirecting()  
public void 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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.