ImageGear .NET v24.12 - Updated
ImGearWebStream Constructor(String)




ImageGear24.Core Assembly > ImageGear.Formats Namespace > ImGearWebStream Class > ImGearWebStream Constructor : ImGearWebStream Constructor(String)
A relative or absolute URL of the file that ImGearWebStream object will incapsulate.
Initializes a new instance of the ImGearWebStream class.
Syntax
'Declaration
 
Public Function New( _
   ByVal path As String _
)
'Usage
 
Dim path As String
 
Dim instance As New ImGearWebStream(path)
public ImGearWebStream( 
   string path
)
public: ImGearWebStream( 
   string* path
)
public:
ImGearWebStream( 
   String^ path
)

Parameters

path
A relative or absolute URL of the file that ImGearWebStream object will incapsulate.
See Also

Reference

ImGearWebStream Class
ImGearWebStream Members
Overload List