Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property CodeStreamContext As IList(Of ContextRange) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public IList<ContextRange> CodeStreamContext {get;} |
C++/CLI | |
---|---|
public: property IList<ContextRange>^ CodeStreamContext { IList<ContextRange>^ get(); } |
Return Value
A collection of ContextRange used to request codestreams indirectly via "higher level" image entities.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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family