Replaces the normal LEADTOOLS method for reading from a file.
public event EventHandler<CodecsRedirectReadEventArgs> RedirectRead
Public Event RedirectRead As EventHandler(Of CodecsRedirectReadEventArgs)
synchronized public void addRedirectReadListener(CodecsRedirectReadListener listener)
synchronized public void removeRedirectReadListener(CodecsRedirectReadListener listener)
public:
event EventHandler<CodecsRedirectReadEventArgs^>^ RedirectRead
The event handler receives an argument of type CodecsRedirectReadEventArgs containing data related to this event. The following CodecsRedirectReadEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Buffer | Gets a pointer to the unmanaged memory buffer into which this read operation should copy the data. |
Count | Gets the number of bytes that this read operation request. |
Read | Gets or sets the actual number of bytes that this read operation has copied to Buffer. |
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 reading from 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