←Select platform

CodeStreamContext Property

Summary

Gets a collection of codestreams contexts.

Syntax

C#
VB
C++
public IList<ContextRange> CodeStreamContext { get; } 
  
Public ReadOnly Property CodeStreamContext As IList(Of ContextRange) 
public: 
property IList<ContextRange^>^ CodeStreamContext { 
   IList<ContextRange^>^ get(); 
} 

Property Value

A collection of ContextRange used to request codestreams indirectly via "higher level" image entities.

Remarks

This field is valid when requesting images in a JPX format. Each ContextRange is associated with one or more codestreams determined by the server.

Use this field to specify more remapping transformation to the requested codestreams.

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