ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearWebStream Class
Members




In This Topic
    ImGearWebStream Class
    In This Topic
    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