Leadtools.Codecs Namespace > RasterCodecs Class : StopRedirecting Method |
public void StopRedirecting()
'Declaration Public Sub StopRedirecting()
'Usage Dim instance As RasterCodecs instance.StopRedirecting()
public void StopRedirecting()
function Leadtools.Codecs.RasterCodecs.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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2