ImageGear .NET - Updated
CreateWebStream Method




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearRemoteFile Class : CreateWebStream Method
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

Reference

ImGearRemoteFile Class
ImGearRemoteFile Members