Replaces the normal LEADTOOLS method for opening a file.
public event EventHandler<CodecsRedirectOpenEventArgs> RedirectOpen Public Event RedirectOpen As EventHandler(Of CodecsRedirectOpenEventArgs) synchronized public void addRedirectOpenListener(CodecsRedirectOpenListener listener)synchronized public void removeRedirectOpenListener(CodecsRedirectOpenListener listener)
public:event EventHandler<CodecsRedirectOpenEventArgs^>^ RedirectOpen
The event handler receives an argument of type CodecsRedirectOpenEventArgs containing data related to this event. The following CodecsRedirectOpenEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Access | Gets the requested mode that determines how the file can be accessed. |
| FileName | Gets the name of the file to be opened. |
| Mode | Gets the requested mode that determines how to open or create the file. |
| Share | Gets the requested mode that determines how the file will be shared by processes. |
| Success | Gets or sets a value indicating that the open operation was successful. |
You can redirect all the toolkit I/O methods to your own I/O methods to load/save images from your own streams.
To replace the normal method for opening a file, set your own subscribe to this event then call the StartRedirecting method.
For an example, refer to StartRedirecting
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
