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




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearRemoteFile Class > ImGearRemoteFile Constructor : ImGearRemoteFile Constructor(String)
URL of remote resource to access.
Initializes a new instance of the ImGearRemoteFile class.
Syntax
'Declaration
 
Public Function New( _
   ByVal url As String _
)
'Usage
 
Dim url As String
 
Dim instance As New ImGearRemoteFile(url)
public ImGearRemoteFile( 
   string url
)
public: ImGearRemoteFile( 
   string* url
)
public:
ImGearRemoteFile( 
   String^ url
)

Parameters

url
URL of remote resource to access.

Return Value

The new instance of ImGearRemoteFile class.
See Also

Reference

ImGearRemoteFile Class
ImGearRemoteFile Members
Overload List