Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property CodeStream As IList(Of SampleRange) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public IList<SampleRange> CodeStream {get;} |
C++/CLI | |
---|---|
public: property IList<SampleRange>^ CodeStream { IList<SampleRange>^ get(); } |
Return Value
A list of SampleRange used to identify which codestream or codestreams belong to the requested view-window.Use this field to specify the codestream of the requested image. When an image contains multiple codestreams (Pages) you can request a single or multiple codestreams to be returned.
If this value doesn't exist in the client request and there is no CodeStreamContext specified, the first codestream with an index of 0 is returned.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family