ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearRemoteFile Class / ImGearRemoteFile Constructor / ImGearRemoteFile Constructor()




In This Topic
    ImGearRemoteFile Constructor()
    In This Topic
    Initializes a new instance of the ImGearRemoteFile class.
    Syntax
    'Declaration
     
    Public Function New()
    'Usage
     
    Dim instance As New ImGearRemoteFile()
    public ImGearRemoteFile()
    public: ImGearRemoteFile();
    public:
    ImGearRemoteFile();

    Return Value

    The new instance of ImGearRemoteFile class.
    See Also