Cuminas DjVu SDK for .NET Framework
Stream Property



Gets the data of the chunk.
Syntax
Public Property Stream As Stream
Dim instance As Chunk
Dim value As Stream
 
instance.Stream = value
 
value = instance.Stream
public Stream Stream {get; set;}
public:
property Stream^ Stream {
   Stream^ get();
   void set (    Stream^ value);
}

Property Value

Data of the chunk in a stream.
Remarks
If the chunk is a collection, this method throws an exception. To determine whether the chunk is a collection or not, use IsCollection Property.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Chunk Class
Chunk Members

Send Feedback