ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearRemoteFile Class / ImGearRemoteFile Constructor / ImGearRemoteFile Constructor(String)
URL of remote resource to access.




In This Topic
    ImGearRemoteFile Constructor(String)
    In This Topic
    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