Replaces the normal LEADTOOLS method for seeking into a file.
public event EventHandler<CodecsRedirectSeekEventArgs> RedirectSeek
Public Event RedirectSeek As EventHandler(Of CodecsRedirectSeekEventArgs)
synchronized public void addRedirectSeekListener(CodecsRedirectSeekListener listener)
synchronized public void removeRedirectSeekListener(CodecsRedirectSeekListener listener)
public:
event EventHandler<CodecsRedirectSeekEventArgs^>^ RedirectSeek
The event handler receives an argument of type CodecsRedirectSeekEventArgs containing data related to this event. The following CodecsRedirectSeekEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Offset | Gets or sets the byte offset relative to Origin. |
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 seeking into file, set your own subscribe to this event then call the StartRedirecting method.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document