Cuminas DjVu SDK for .NET Framework
GetNamedStream Method



Syntax
Public Function GetNamedStream( _
   ByVal streamName As String _
) As Stream
Dim instance As IFFLayout
Dim streamName As String
Dim value As Stream
 
value = instance.GetNamedStream(streamName)
public Stream GetNamedStream( 
   string streamName
)
public:
Stream^ GetNamedStream( 
   String^ streamName
) 

Parameters

streamName
Requirements

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

See Also

Reference

IFFLayout Class
IFFLayout Members

Send Feedback