| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property CodeStreamCount As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As JpipRasterImageViewer Dim value As Integer value = instance.CodeStreamCount | |
| C# | |
|---|---|
public int CodeStreamCount {get;} | |
Property Value
Integer value that represents the number of available frames in the image to display.This example displays this value after loading a file. For an example, refer to JpipRasterImageViewer.
Read this value before calling Open.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code