←Select platform

CodeStream Property

Summary

Returns the current image code-stream (page).

Syntax

C#
VB
C++
public int CodeStream { get; } 
  
Public ReadOnly Property CodeStream As Integer 
public: 
property int CodeStream { 
   int get(); 
} 

Property Value

Integer value that represents the 0-based index the current code-stream (page) for the image.

Remarks

Read this value before calling Open.

Example

For an example that displays this value after loading a file, refer to JpipRasterImageViewer.

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