Leadtools.Jpip Namespace > ViewWindowFields Class : CodeStream Property |
public IList<SampleRange> CodeStream {get;}
'Declaration Public ReadOnly Property CodeStream As IList(Of SampleRange)
'Usage Dim instance As ViewWindowFields Dim value As IList(Of SampleRange) value = instance.CodeStream
public Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <SampleRange> CodeStream {get;}
get_CodeStream();
public: property IList<SampleRange^>^ CodeStream { IList<SampleRange^>^ get(); }
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2