←Select platform

CodeStreamCount Property

Summary

Returns the number of available code-streams (pages).

Syntax

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

Property Value

Integer value that represents the number of available frames in the image to display.

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