Visual Basic (Declaration) | |
---|---|
Public Sub StopRedirecting() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterCodecs instance.StopRedirecting() |
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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)