←Select platform

RedirectSeek Event

Summary

Replaces the normal LEADTOOLS method for seeking into a file.

Syntax

C#
VB
Java
C++
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 

Event Data

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.

PropertyDescription
Offset Gets or sets the byte offset relative to Origin.
Origin Gets a value indicating the reference point used to obtain the new position.
Remarks

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.

Example

For an example, refer to StartRedirecting

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly