ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearFile Class / Path Field




In This Topic
    Path Field
    In This Topic
    Gets name of the file with complete path.
    Syntax
    'Declaration
     
    Public Path As String
    'Usage
     
    Dim instance As ImGearFile
    Dim value As String
     
    value = instance.Path
     
    instance.Path = value
    public string Path
    public: string* Path
    public:
    String^ Path

    Field Value

    String value.
    See Also