←Select platform

CodeStreamRequest Event

Summary

Event that occurs when a requested codestream status is updated.

Syntax

C#
VB
C++
public event EventHandler<CodeStreamRequestEventArgs> CodeStreamRequest 
  
Public Event CodeStreamRequest As EventHandler(Of CodeStreamRequestEventArgs) 
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

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

Leadtools.Jpip.Client.WinForms Assembly