ImageGear .NET - Updated May 30, 2018
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()

Return Value

System.IO.Stream class object.
See Also

Reference

ImGearRemoteFile Class
ImGearRemoteFile Members