LEADTOOLS JPEG 2000 (Leadtools.Jpip.Client.WinForms assembly)
LEAD Technologies, Inc

CodeStreamRequest Event






Event that occurs when a requested codestream status is updated.
Syntax
public event EventHandler<CodeStreamRequestEventArgs> CodeStreamRequest
'Declaration
 
Public Event CodeStreamRequest As EventHandler(Of CodeStreamRequestEventArgs)
'Usage
 
Dim instance As JpipRasterImageViewer
Dim handler As EventHandler(Of CodeStreamRequestEventArgs)
 
AddHandler instance.CodeStreamRequest, handler
public event EventHandler<CodeStreamRequestEventArgs> CodeStreamRequest
add_CodeStreamRequest(function(sender, e))
remove_CodeStreamRequest(function(sender, e))

public:
event EventHandler<CodeStreamRequestEventArgs^>^ CodeStreamRequest
Event Data

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

PropertyDescription
CodeStream Gets the requested code-stream index.
Error Gets the error which occurred during requesting a new code-stream
Status Gets the status of the code-stream request.
Remarks

This event occurs after calling the SetCodeStreamIndex method to indicate the status of the request.

After this event is fired you can retrieve the code-stream information and request new resolutions and regions or new code-stream.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JpipRasterImageViewer Class
JpipRasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Jpip.Client.WinForms requires a Document or Medical license and unlock key as well as a server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features