Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > RasterCodecs Class : StopRedirecting Method |
public void StopRedirecting()
'Declaration
Public Sub StopRedirecting()
'Usage
Dim instance As RasterCodecs instance.StopRedirecting()
public void 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.