Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

StopRedirecting Method








Stops file I/O redirection and resets the I/O methods back to their defaults.
Syntax
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(); 
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

See Also

Reference

RasterCodecs Class
RasterCodecs Members

Error processing SSI file