The CodeStreamContext Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Gets or sets the codestream context field returned by the server response.| Visual Basic (Declaration) | |
|---|---|
Public Property CodeStreamContext As Dictionary(Of ContextRange,SampleRange()) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ResponseFields Dim value As Dictionary(Of ContextRange,SampleRange()) instance.CodeStreamContext = value value = instance.CodeStreamContext | |
| C# | |
|---|---|
public Dictionary<ContextRange,SampleRange[]> CodeStreamContext {get; set;} | |
| C++/CLI | |
|---|---|
public: property Dictionary<ContextRange^,array<SampleRange^>>^ CodeStreamContext { Dictionary<ContextRange^,array<SampleRange^>>^ get(); void set ( Dictionary<ContextRange^,array<SampleRange^>>^ value); } | |
Property Value
A key/value collection of ContextRange and SampleRange array defining the codestreams returned by the server response.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