←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly