Cuminas DjVu SDK for .NET Framework
GetStream Method



Gets the stream of the DIRM entry.
Syntax
Public Function GetStream() As Stream
Dim instance As DIRMEntry
Dim value As Stream
 
value = instance.GetStream()
public Stream GetStream()
public:
Stream^ GetStream(); 

Return Value

Raw stream of the specified DIRM entry.
Remarks
This function is used to get the raw data of the chunk pointed by the DIRM entry.
Requirements

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

See Also

Reference

DIRMEntry Class
DIRMEntry Members

Send Feedback