←Select platform

StopRedirecting Method

Summary

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

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly