SetCodeStreamIndex Method

Summary
Set the code-stream (page) index of the opened image.
Syntax
C#
C++/CLI
public void SetCodeStreamIndex( 
   int codeStreamIndex 
) 
public: 
void SetCodeStreamIndex(  
   int codeStreamIndex 
)  

Parameters

codeStreamIndex
The code-stream (page) index to set.

Remarks

Use the CodeStreamCount property to find the number of available code-streams, the  codeStreamIndex should be less than or equal CodeStreamCount - 1 and greater than 0.

There is no guarantee that this method will succeed after it returns since the JpipRasterImageViewer perform this operation asynchronously However, the CodeStreamRequest event will provide information for the status of the requested code-stream with information if the method has failed or succeeded.

Requirements

Target Platforms

Help Version 22.0.2023.2.4
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly

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