ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearRemoteFile Class / CreateWebStream Method




In This Topic
    CreateWebStream Method
    In This Topic
    This method creates an ImageGear.Formats.ImGearWebStream class using the parameters defined by the properties of the ImGearRemoteFile class object.
    Syntax
    'Declaration
     
    Public Function CreateWebStream() As Stream
    'Usage
     
    Dim instance As ImGearRemoteFile
    Dim value As Stream
     
    value = instance.CreateWebStream()
    public Stream CreateWebStream()
    public: Stream* CreateWebStream(); 
    public:
    Stream^ CreateWebStream(); 

    Return Value

    System.IO.Stream class object.
    See Also