CodeStreamContext Property

Summary
Gets or sets the codestream context field returned by the server response.
Syntax
C#
VB
C++
public Dictionary<ContextRange, SampleRange[]> CodeStreamContext { get; set; } 
  
Public Property CodeStreamContext As Dictionary(Of ContextRange,SampleRange()) 
public: 
property Dictionary<ContextRange^,array<SampleRange^>>^ CodeStreamContext { 
   Dictionary<ContextRange^,array<SampleRange^>>^ get(); 
   void set (    Dictionary<ContextRange^,array<SampleRange^>>^ ); 
} 

Property Value

A key/value collection of ContextRange and SampleRange array defining the codestreams returned by the server response.

Requirements

Target Platforms

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

Leadtools.Jpip Assembly

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