VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / StreamWrapper Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    StreamWrapper Class
    In This Topic
    Provides a wrapper for a stream.
    Object Model
    StreamWrapper
    Syntax
    'Declaration
    
    Public Class StreamWrapper
       Inherits System.IO.Stream
       Implements IStreamWrapper
    
    
    public class StreamWrapper : System.IO.Stream, IStreamWrapper
    
    
    public __gc class StreamWrapper : public System.IO.Stream*, IStreamWrapper
    
    
    public ref class StreamWrapper : public System.IO.Stream^, IStreamWrapper
    
    
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.IO.Stream
             Vintasoft.Imaging.Utils.StreamWrapper

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also