CodeStream Property

Summary

Gets or sets the indices for the code streams.

Syntax
C#
VB
C++
public int[] CodeStream { get; set; } 
  
Public Property CodeStream As Integer() 
public: 
property array<int>^ CodeStream { 
   array<int>^ get(); 
   void set (    array<int>^ ); 
} 

Property Value

Array of integers specifying the indices of the needed code streams to generate this frame.

Requirements

Target Platforms

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

Leadtools.Jpeg2000 Assembly