←Select platform

RedirectWrite Event

Summary
Replaces the normal LEADTOOLS method for writing to a file.
Syntax
C#
VB
C++
Java
public event EventHandler<CodecsRedirectWriteEventArgs> RedirectWrite 
Public Event RedirectWrite As EventHandler(Of CodecsRedirectWriteEventArgs) 
synchronized public void addRedirectWriteListener(CodecsRedirectWriteListener listener) 
synchronized public void removeRedirectWriteListener(CodecsRedirectWriteListener listener) 
public: 
event EventHandler<CodecsRedirectWriteEventArgs^>^ RedirectWrite 
Event Data

The event handler receives an argument of type CodecsRedirectWriteEventArgs containing data related to this event. The following CodecsRedirectWriteEventArgs properties provide information specific to this event.

PropertyDescription
Buffer Gets a pointer to the unmanaged memory buffer from which this write operation should copy the data.
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 writing to a 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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.