The CodeStream Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Gets the codestream of the requested image.Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property CodeStream As IList(Of SampleRange) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ViewWindowFields Dim value As IList(Of SampleRange) value = instance.CodeStream |
C# | |
---|---|
public IList<SampleRange> CodeStream {get;} |
C++/CLI | |
---|---|
public: property IList<SampleRange^>^ CodeStream { IList<SampleRange^>^ get(); } |
Property 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 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7