ImageGear .NET v25.1 - Updated
ImGearWebStream Class
Members 




ImageGear.Core Assembly > ImageGear.Formats Namespace : ImGearWebStream Class
Provides a specialized stream for loading of images from internet.
Object Model
ImGearWebStream Class
Syntax
'Declaration
 
Public Class ImGearWebStream 
   Inherits System.IO.Stream
'Usage
 
Dim instance As ImGearWebStream
public class ImGearWebStream : System.IO.Stream 
public __gc class ImGearWebStream : public System.IO.Stream 
public ref class ImGearWebStream : public System.IO.Stream 
Remarks
This class is most useful for loading of multipage images, because it downloads only the necessary portion of remote file.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.IO.Stream
         ImageGear.Formats.ImGearWebStream

See Also

Reference

ImGearWebStream Members
ImageGear.Formats Namespace