Leadtools.Jpip.Client.WinForms Namespace > JpipRasterImageViewer Class : CodeStreamRequest Event |
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
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.
Property | Description |
---|---|
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. |
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.